summaryrefslogtreecommitdiff
path: root/libs/plugins/a-comp.lv2/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'libs/plugins/a-comp.lv2/wscript')
-rw-r--r--libs/plugins/a-comp.lv2/wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/plugins/a-comp.lv2/wscript b/libs/plugins/a-comp.lv2/wscript
index f0ebb1d33d..e450e919f0 100644
--- a/libs/plugins/a-comp.lv2/wscript
+++ b/libs/plugins/a-comp.lv2/wscript
@@ -18,7 +18,7 @@ def configure(conf):
if Options.options.lv2:
autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.0',
uselib_store='LV2_1_0_0')
- autowaf.check_pkg(conf, 'cairo', uselib_store='CAIRO', atleast_version='1.12.0')
+ autowaf.check_pkg(conf, 'cairo', uselib_store='CAIRO', atleast_version='1.12.0')
def build(bld):
bundle = 'a-comp.lv2'
@@ -40,7 +40,7 @@ def build(bld):
source = 'a-comp.c',
name = 'a-comp',
cflags = [ '-fPIC', bld.env['compiler_flags_dict']['c99'] ],
- includes = [ '../../ardour' ],
+ includes = [ '../../ardour', '../shared' ],
target = '../../LV2/%s/a-comp' % bundle,
install_path = '${LV2DIR}/%s' % bundle,
uselib = 'CAIRO',