mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
add required check for cairo in a-comp
This commit is contained in:
parent
b9891ec298
commit
8507d2c9dd
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue