mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
break out ALSA related functions into libardouralsautil
This commit is contained in:
parent
40cfe86569
commit
a907d3455e
11 changed files with 317 additions and 226 deletions
|
|
@ -49,7 +49,7 @@ def build(bld):
|
|||
obj.uselib = [ 'JACK', 'PORTAUDIO' ]
|
||||
else:
|
||||
obj.uselib = [ 'JACK' ]
|
||||
obj.use = 'libardour libpbd'
|
||||
obj.use = 'libardour libpbd ardouralsautil'
|
||||
obj.vnum = JACKBACKEND_VERSION
|
||||
obj.install_path = os.path.join(bld.env['LIBDIR'], 'backends')
|
||||
obj.defines = ['PACKAGE="' + I18N_PACKAGE + '"',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue