summaryrefslogtreecommitdiff
path: root/libs/ardour/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-20 01:00:45 +0000
committerDavid Robillard <d@drobilla.net>2012-04-20 01:00:45 +0000
commit6e2dd99a040e5a70b1116429972c03f3a7e71e86 (patch)
tree056c3d898b946ca4f000d4900e7741c8c45a20e7 /libs/ardour/wscript
parentcfbc2e24387d3b68aa2bb8c45b593fcc1a20db73 (diff)
Remove support for old and/or experimental LV2 stuff.
Ardour 3 now simply depends on the latest version of Lilv, which depends on the LV2 package (which contains all the LV2 headers). git-svn-id: svn://localhost/ardour2/branches/3.0@12041 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/wscript')
-rw-r--r--libs/ardour/wscript6
1 files changed, 1 insertions, 5 deletions
diff --git a/libs/ardour/wscript b/libs/ardour/wscript
index b6dca5f376..bf32599630 100644
--- a/libs/ardour/wscript
+++ b/libs/ardour/wscript
@@ -257,14 +257,10 @@ def configure(conf):
atleast_version='2.0')
if Options.options.lv2:
autowaf.check_pkg(conf, 'lilv-0', uselib_store='LILV',
- atleast_version='0.0.0', mandatory=False)
- autowaf.check_pkg(conf, 'lilv-0', uselib_store='NEW_LILV',
atleast_version='0.14.0', mandatory=False)
if conf.is_defined('HAVE_LILV'):
autowaf.check_pkg(conf, 'suil-0', uselib_store='SUIL',
- atleast_version='0.2.0', mandatory=False)
- autowaf.check_pkg(conf, 'suil-0', uselib_store='NEW_SUIL',
- atleast_version='0.5.0', mandatory=False)
+ atleast_version='0.6.0', mandatory=False)
# autowaf.check_pkg(conf, 'soundtouch-1.0', uselib_store='SOUNDTOUCH',
# mandatory=False)