wscript: remove trailing whitespace

This commit is contained in:
Mads Kiilerich 2022-01-25 00:23:43 +01:00
parent 4cec4a659b
commit 06f8936a73
8 changed files with 8 additions and 11 deletions

View file

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

View file

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