summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-12 23:47:14 +0000
committerDavid Robillard <d@drobilla.net>2012-04-12 23:47:14 +0000
commite27918a39d5ed9a3bdddc51e1158c96bb90af9b5 (patch)
treee325a4fcaebd8884ed4a993e2ccfc34f271b6775
parentd49d8291fa5f43f8ffff5dfbf94fca5f0b9d5d79 (diff)
downloadsuil-e27918a39d5ed9a3bdddc51e1158c96bb90af9b5.tar.gz
suil-e27918a39d5ed9a3bdddc51e1158c96bb90af9b5.tar.bz2
suil-e27918a39d5ed9a3bdddc51e1158c96bb90af9b5.zip
Use URI defines from LV2 headers where possible.
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@4175 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 88da8a7..ddbb18c 100644
--- a/wscript
+++ b/wscript
@@ -42,7 +42,7 @@ def configure(conf):
conf.env.append_unique('CFLAGS', '-std=c99')
- autowaf.check_pkg(conf, 'lv2', atleast_version='0.1.0', uselib_store='LV2')
+ autowaf.check_pkg(conf, 'lv2', atleast_version='0.5.0', uselib_store='LV2')
autowaf.check_pkg(conf, 'gtk+-2.0', uselib_store='GTK2',
atleast_version='2.18.0', mandatory=False)