add required check for cairo in a-comp
This commit is contained in:
parent
b9891ec298
commit
8507d2c9dd
@ -18,6 +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')
|
||||
|
||||
def build(bld):
|
||||
bundle = 'a-comp.lv2'
|
||||
|
Loading…
Reference in New Issue
Block a user