13
0

add required check for cairo in a-comp

This commit is contained in:
Paul Davis 2016-07-04 15:10:18 -04:00
parent b9891ec298
commit 8507d2c9dd

View File

@ -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'