basic inline display for a-comp

This commit is contained in:
Robin Gareus
2016-07-04 12:59:04 +02:00
parent da5ab866c2
commit d9ba78d594
2 changed files with 156 additions and 2 deletions

View File

@@ -39,8 +39,10 @@ def build(bld):
source = 'a-comp.c',
name = 'a-comp',
cflags = [ '-fPIC' ],
includes = [ '../../ardour' ],
target = '../../LV2/%s/a-comp' % bundle,
install_path = '${LV2DIR}/%s' % bundle,
uselib = 'CAIRO',
use = 'LV2_1_0_0'
)
obj.env.cshlib_PATTERN = module_pat