From: Paul Davis Date: Mon, 4 Jul 2016 19:10:18 +0000 (-0400) Subject: add required check for cairo in a-comp X-Git-Tag: 5.0-pre1~334 X-Git-Url: https://main.carlh.net/gitweb/?p=ardour.git;a=commitdiff_plain;h=8507d2c9dda64644afaa6cebaa1e2f78f8ece358 add required check for cairo in a-comp --- diff --git a/libs/plugins/a-comp.lv2/wscript b/libs/plugins/a-comp.lv2/wscript index 4c8cdc1434..fdb929ed9e 100644 --- a/libs/plugins/a-comp.lv2/wscript +++ b/libs/plugins/a-comp.lv2/wscript @@ -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'