Make check for new Lilv optional.
authorDavid Robillard <d@drobilla.net>
Sun, 27 Jan 2013 21:43:33 +0000 (21:43 +0000)
committerDavid Robillard <d@drobilla.net>
Sun, 27 Jan 2013 21:43:33 +0000 (21:43 +0000)
Duh.

git-svn-id: svn://localhost/ardour2/branches/3.0@14014 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/wscript

index 6bd69a0964ff03f7c9574bdb2aef94da61f5f15f..8ae1f20886c42ebdb6315658e16e72e7625f0fd7 100644 (file)
@@ -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)