Properly disable LV2 support for Trax
This commit is contained in:
parent
c4ca52f9de
commit
b0718b62a0
@ -318,11 +318,11 @@ def configure(conf):
|
||||
atleast_version='0.2.0', mandatory=True)
|
||||
autowaf.check_pkg(conf, 'lilv-0', uselib_store='LILV',
|
||||
atleast_version='0.24.2', mandatory=True)
|
||||
conf.define ('LV2_SUPPORT', 1)
|
||||
|
||||
# non-standard LV2 extention -- TODO: add option to disable??
|
||||
if conf.is_defined ('HAVE_LV2_1_10_0'):
|
||||
conf.define ('LV2_EXTENDED', 1)
|
||||
if Options.options.program_name.lower() != "livetrax":
|
||||
conf.define ('LV2_SUPPORT', 1)
|
||||
if conf.is_defined ('HAVE_LV2_1_10_0'):
|
||||
conf.define ('LV2_EXTENDED', 1)
|
||||
|
||||
#autowaf.check_pkg(conf, 'soundtouch', uselib_store='SOUNDTOUCH',
|
||||
# atleast_version='1.8.0', mandatory=False)
|
||||
|
4
wscript
4
wscript
@ -1510,8 +1510,6 @@ int main () { __int128 x = 0; return 0; }
|
||||
conf.undefine('WINDOWS_VST_SUPPORT')
|
||||
conf.undefine('LXVST_SUPPORT')
|
||||
conf.undefine('MACVST_SUPPORT')
|
||||
conf.undefine('LV2_SUPPORT')
|
||||
conf.undefine('LV2_EXTENDED')
|
||||
conf.undefine('HAVE_SUIL')
|
||||
|
||||
for i in children:
|
||||
@ -1525,8 +1523,6 @@ int main () { __int128 x = 0; return 0; }
|
||||
conf.undefine('WINDOWS_VST_SUPPORT')
|
||||
conf.undefine('LXVST_SUPPORT')
|
||||
conf.undefine('MACVST_SUPPORT')
|
||||
conf.undefine('LV2_SUPPORT')
|
||||
conf.undefine('LV2_EXTENDED')
|
||||
conf.undefine('HAVE_SUIL')
|
||||
|
||||
# Fix utterly braindead FLAC include path to not smash assert.h
|
||||
|
Loading…
Reference in New Issue
Block a user