summaryrefslogtreecommitdiff
path: root/libs/ardour/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-12-19 20:04:50 -0500
committerDavid Robillard <d@drobilla.net>2018-12-19 20:08:47 -0500
commit79c9c62154573d24a6c5699247cacb132ed4d125 (patch)
treeb9dc49a126e40809d374ebb5f4c9df15e4b93ab8 /libs/ardour/wscript
parentff51744671f46e5090a5ffb184c30a48b9452cbe (diff)
Remove conditional support for ancient versions of Lilv
This updates the dependency to 0.24.2, which was released in January 2017 and is the most recent version in Debian 9 (stretch).
Diffstat (limited to 'libs/ardour/wscript')
-rw-r--r--libs/ardour/wscript8
1 files changed, 1 insertions, 7 deletions
diff --git a/libs/ardour/wscript b/libs/ardour/wscript
index 2ae07f2b72..0e10cd1f70 100644
--- a/libs/ardour/wscript
+++ b/libs/ardour/wscript
@@ -313,13 +313,7 @@ def configure(conf):
autowaf.check_pkg(conf, 'sratom-0', uselib_store='SRATOM',
atleast_version='0.2.0', mandatory=True)
autowaf.check_pkg(conf, 'lilv-0', uselib_store='LILV',
- atleast_version='0.14.0', mandatory=True)
- autowaf.check_pkg(conf, 'lilv-0', uselib_store='LILV_0_16_0',
- atleast_version='0.16.0', mandatory=False)
- autowaf.check_pkg(conf, 'lilv-0', uselib_store='LILV_0_19_2',
- atleast_version='0.19.2', mandatory=False)
- autowaf.check_pkg(conf, 'lilv-0', uselib_store='LILV_0_21_3',
- atleast_version='0.21.3', mandatory=False)
+ atleast_version='0.24.2', mandatory=False)
autowaf.check_pkg(conf, 'suil-0', uselib_store='SUIL',
atleast_version='0.6.0', mandatory=False)
conf.define ('LV2_SUPPORT', 1)