diff options
author | David Robillard <d@drobilla.net> | 2013-08-09 14:39:29 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-08-09 14:39:29 +0000 |
commit | a27fdbdbd30fa2be7fdcfe2930ccdc10e0a8f390 (patch) | |
tree | 4135deedbb407ef1bba0ec245fd5f59eac4c2760 /wscript | |
parent | 8b2a971c42e5588555488c56966adf1687e38140 (diff) | |
download | suil-a27fdbdbd30fa2be7fdcfe2930ccdc10e0a8f390.tar.gz suil-a27fdbdbd30fa2be7fdcfe2930ccdc10e0a8f390.tar.bz2 suil-a27fdbdbd30fa2be7fdcfe2930ccdc10e0a8f390.zip |
Suil 0.6.14.v0.6.14
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5149 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -9,7 +9,7 @@ import waflib.extras.autowaf as autowaf # major increment <=> incompatible changes # minor increment <=> compatible changes (additions) # micro increment <=> no interface changes -SUIL_VERSION = '0.6.13' +SUIL_VERSION = '0.6.14' SUIL_MAJOR_VERSION = '0' # Mandatory waf variables @@ -52,8 +52,8 @@ def configure(conf): conf.env.NODELETE_FLAGS = ['-Wl,-z,nodelete'] autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.0', uselib_store='LV2') - autowaf.check_pkg(conf, 'lv2', atleast_version='1.4.3', - uselib_store='LV2_1_4_3', mandatory=False) + autowaf.check_pkg(conf, 'lv2', atleast_version='1.6.0', + uselib_store='LV2_1_6_0', mandatory=False) autowaf.check_pkg(conf, 'gtk+-2.0', uselib_store='GTK2', atleast_version='2.18.0', mandatory=False) |