13
0
Fork 0

Properly disable LV2 support for Trax

This commit is contained in:
Robin Gareus 2024-04-27 21:02:47 +02:00
parent c4ca52f9de
commit b0718b62a0
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
2 changed files with 4 additions and 8 deletions

View File

@ -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)

View File

@ -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