mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 22:55:44 +01:00
Clean up whitespace
This commit is contained in:
parent
3dad396627
commit
05a389bf36
1 changed files with 7 additions and 7 deletions
|
|
@ -8,22 +8,22 @@ out = 'build'
|
|||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
|
||||
def configure(conf):
|
||||
conf.load ('compiler_cxx')
|
||||
autowaf.configure(conf)
|
||||
autowaf.check_pkg(conf, 'pangomm-1.4', uselib_store='PANGOMM', atleast_version='1.4', mandatory=True)
|
||||
autowaf.check_pkg(conf, 'cairomm-1.0', uselib_store='CAIROMM', atleast_version='1.8.4', mandatory=True)
|
||||
|
||||
|
||||
def build(bld):
|
||||
obj = bld(features = 'cxx cxxshlib')
|
||||
obj.source = '''
|
||||
push2.cc
|
||||
buttons.cc
|
||||
canvas.cc
|
||||
push2.cc
|
||||
buttons.cc
|
||||
canvas.cc
|
||||
interface.cc
|
||||
leds.cc
|
||||
level_meter.cc
|
||||
leds.cc
|
||||
level_meter.cc
|
||||
gui.cc
|
||||
knob.cc
|
||||
layout.cc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue