a-comp: Add stereo version

This commit is contained in:
Damien Zammit
2016-07-05 02:13:22 +10:00
parent b27d9bb02a
commit 46bfe2b51a
5 changed files with 448 additions and 61 deletions

View File

@@ -26,7 +26,7 @@ def build(bld):
if bld.is_defined ('HAVE_LV2'):
# Build RDF files
for i in ['manifest.ttl', 'a-comp.ttl', 'presets.ttl']:
for i in ['manifest.ttl', 'a-comp.ttl', 'a-comp#stereo.ttl', 'presets.ttl']:
bld(features = 'subst',
source = i + '.in',
target = '../../LV2/%s/%s' % (bundle, i),