From 6e2dd99a040e5a70b1116429972c03f3a7e71e86 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 20 Apr 2012 01:00:45 +0000 Subject: 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 --- libs/ardour/wscript | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'libs/ardour/wscript') 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) -- cgit v1.2.3