diff options
author | David Robillard <d@drobilla.net> | 2013-12-27 19:47:45 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-12-27 19:47:45 +0000 |
commit | 72ddaae31b6746f2d0f889c3b7cba38512952b94 (patch) | |
tree | cec980f7d18bf8acb0595315c0b702cc4e384e85 /wscript | |
parent | e35514910e663618be0da6edd0cae5926e3753ac (diff) | |
download | lilv-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-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |