mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
wscript: remove trailing whitespace
This commit is contained in:
parent
4cec4a659b
commit
06f8936a73
8 changed files with 8 additions and 11 deletions
|
|
@ -15,7 +15,7 @@ def options(opt):
|
|||
def configure(conf):
|
||||
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-delay.lv2'
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ def options(opt):
|
|||
def configure(conf):
|
||||
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-eq.lv2'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue