summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-12-27 19:47:45 +0000
committerDavid Robillard <d@drobilla.net>2013-12-27 19:47:45 +0000
commit72ddaae31b6746f2d0f889c3b7cba38512952b94 (patch)
treecec980f7d18bf8acb0595315c0b702cc4e384e85 /wscript
parente35514910e663618be0da6edd0cae5926e3753ac (diff)
downloadlilv-72ddaae31b6746f2d0f889c3b7cba38512952b94.tar.gz
lilv-72ddaae31b6746f2d0f889c3b7cba38512952b94.tar.bz2
lilv-72ddaae31b6746f2d0f889c3b7cba38512952b94.zip
Implement lv2:prototype.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5219 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 a36764a..7f48032 100644
--- a/wscript
+++ b/wscript
@@ -75,7 +75,7 @@ def configure(conf):
conf.fatal('Neither a shared nor a static build requested')
autowaf.check_pkg(conf, 'lv2', uselib_store='LV2',
- atleast_version='1.0.0', mandatory=True)
+ atleast_version='1.6.2', mandatory=True)
autowaf.check_pkg(conf, 'serd-0', uselib_store='SERD',
atleast_version='0.14.0', mandatory=True)
autowaf.check_pkg(conf, 'sord-0', uselib_store='SORD',