mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 20:26:30 +01:00
break out ALSA related functions into libardouralsautil
This commit is contained in:
parent
ed7c8de1a9
commit
feb1a9e269
11 changed files with 317 additions and 226 deletions
|
|
@ -31,7 +31,7 @@ def build(bld):
|
|||
obj.includes = ['.']
|
||||
obj.name = 'alsa_audiobackend'
|
||||
obj.target = 'alsa_audiobackend'
|
||||
obj.use = 'libardour libpbd'
|
||||
obj.use = 'libardour libpbd ardouralsautil'
|
||||
obj.uselib = 'ALSA'
|
||||
obj.vnum = ALSABACKEND_VERSION
|
||||
obj.install_path = os.path.join(bld.env['LIBDIR'], 'backends')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue