Make check for new Lilv optional.
Duh. git-svn-id: svn://localhost/ardour2/branches/3.0@14014 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
4469f499a4
commit
de4c4b5340
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user