summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-18 20:20:30 +0000
committerDavid Robillard <d@drobilla.net>2012-04-18 20:20:30 +0000
commit55316f80cbebdcae03c71b9ecd88706ed4133b50 (patch)
tree7247d57db251002ba3be846f5829198c47a8c53f
parentfe62744e9e714272d94a737e11d98a75584a781b (diff)
downloadingen-55316f80cbebdcae03c71b9ecd88706ed4133b50.tar.gz
ingen-55316f80cbebdcae03c71b9ecd88706ed4133b50.tar.bz2
ingen-55316f80cbebdcae03c71b9ecd88706ed4133b50.zip
Bump dependency versions.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4198 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 7bf53b5a..114e8104 100644
--- a/wscript
+++ b/wscript
@@ -89,7 +89,7 @@ def configure(conf):
define_name='HAVE_POSIX_MEMALIGN',
mandatory=False)
- autowaf.check_pkg(conf, 'lv2', atleast_version='0.5.0', uselib_store='LV2')
+ autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.0', uselib_store='LV2')
autowaf.define(conf, 'INGEN_VERSION', INGEN_VERSION)