summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-01-27 21:43:33 +0000
committerDavid Robillard <d@drobilla.net>2013-01-27 21:43:33 +0000
commitde4c4b5340d3653c04276ad980a1779122715ef3 (patch)
tree68afa07f832a8c836a6bfae432ee7516d4ebd20d /libs
parent4469f499a47ab6192bb483f9bcc5f6e6f9c2c37b (diff)
Make check for new Lilv optional.
Duh. git-svn-id: svn://localhost/ardour2/branches/3.0@14014 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs')
-rw-r--r--libs/ardour/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/wscript b/libs/ardour/wscript
index 6bd69a0964..8ae1f20886 100644
--- a/libs/ardour/wscript
+++ b/libs/ardour/wscript
@@ -271,7 +271,7 @@ def configure(conf):
autowaf.check_pkg(conf, 'lilv-0', uselib_store='LILV',
atleast_version='0.14.0', mandatory=True)
autowaf.check_pkg(conf, 'lilv-0', uselib_store='NEW_LILV',
- atleast_version='0.15.0', mandatory=True)
+ atleast_version='0.15.0', mandatory=False)
autowaf.check_pkg(conf, 'suil-0', uselib_store='SUIL',
atleast_version='0.6.0', mandatory=False)
conf.define ('LV2_SUPPORT', 1)