mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
Remove unused LV2 configuration checks 3/3
LV2 has been mandatory since 6.0 (04ccd328dc)
This commit is contained in:
parent
1b261fab48
commit
8dbc16a929
7 changed files with 146 additions and 153 deletions
|
|
@ -24,7 +24,6 @@ def build(bld):
|
|||
module_pat = re.sub('^lib', '', bld.env.cshlib_PATTERN)
|
||||
module_ext = module_pat[module_pat.rfind('.'):]
|
||||
|
||||
if bld.is_defined('HAVE_LV2'):
|
||||
# Build RDF files
|
||||
for i in ['manifest.ttl', 'a-comp.ttl', 'a-comp#stereo.ttl', 'presets.ttl']:
|
||||
obj = bld(features='subst')
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@ def build(bld):
|
|||
module_pat = re.sub('^lib', '', bld.env.cshlib_PATTERN)
|
||||
module_ext = module_pat[module_pat.rfind('.'):]
|
||||
|
||||
if bld.is_defined('HAVE_LV2'):
|
||||
# Build RDF files
|
||||
for i in ['manifest.ttl', 'a-delay.ttl', 'presets.ttl']:
|
||||
obj = bld(features='subst')
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@ def build(bld):
|
|||
module_pat = re.sub('^lib', '', bld.env.cshlib_PATTERN)
|
||||
module_ext = module_pat[module_pat.rfind('.'):]
|
||||
|
||||
if bld.is_defined('HAVE_LV2'):
|
||||
# Build RDF files
|
||||
for i in ['manifest.ttl', 'a-eq.ttl']:
|
||||
obj = bld(features='subst')
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@ def build(bld):
|
|||
module_pat = re.sub('^lib', '', bld.env.cshlib_PATTERN)
|
||||
module_ext = module_pat[module_pat.rfind('.'):]
|
||||
|
||||
if bld.is_defined('HAVE_LV2'):
|
||||
# Build RDF files
|
||||
for i in ['manifest.ttl', 'a-exp.ttl', 'a-exp#stereo.ttl']:
|
||||
obj = bld(features='subst')
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@ def build(bld):
|
|||
module_pat = re.sub('^lib', '', bld.env.cshlib_PATTERN)
|
||||
module_ext = module_pat[module_pat.rfind('.'):]
|
||||
|
||||
if bld.is_defined('HAVE_LV2'):
|
||||
# Build RDF files
|
||||
for i in ['manifest.ttl', 'a-fluidsynth.ttl']:
|
||||
obj = bld(features='subst')
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@ def build(bld):
|
|||
module_pat = re.sub('^lib', '', bld.env.cshlib_PATTERN)
|
||||
module_ext = module_pat[module_pat.rfind('.'):]
|
||||
|
||||
if bld.is_defined('HAVE_LV2'):
|
||||
# Build RDF files
|
||||
for i in ['manifest.ttl', 'a-reverb.ttl']:
|
||||
obj = bld(features='subst')
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@ def build(bld):
|
|||
module_pat = re.sub('^lib', '', bld.env.cshlib_PATTERN)
|
||||
module_ext = module_pat[module_pat.rfind('.'):]
|
||||
|
||||
if bld.is_defined('HAVE_LV2'):
|
||||
# Build RDF files
|
||||
for i in ['manifest.ttl', 'reasonablesynth.ttl']:
|
||||
obj = bld(features='subst')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue