summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-09-16 16:59:35 +0000
committerDavid Robillard <d@drobilla.net>2012-09-16 16:59:35 +0000
commit86709c5f5345f3a481a28ed378d303331297a466 (patch)
tree3b8509970ce8e6ca7a436ea26f99886e35605b73 /wscript
parent6f7651bbc136dedc303f435648ff13880cd2b505 (diff)
downloadingen-86709c5f5345f3a481a28ed378d303331297a466.tar.gz
ingen-86709c5f5345f3a481a28ed378d303331297a466.tar.bz2
ingen-86709c5f5345f3a481a28ed378d303331297a466.zip
Support latest options and morph extensions.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4776 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 00d5f165..24bc612f 100644
--- a/wscript
+++ b/wscript
@@ -37,7 +37,7 @@ def configure(conf):
autowaf.display_header('Ingen Configuration')
autowaf.check_pkg(conf, 'lv2', uselib_store='LV2',
- atleast_version='1.0.13', mandatory=True)
+ atleast_version='1.0.15', mandatory=True)
autowaf.check_pkg(conf, 'glibmm-2.4', uselib_store='GLIBMM',
atleast_version='2.14.0', mandatory=True)
autowaf.check_pkg(conf, 'gthread-2.0', uselib_store='GTHREAD',