mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 15:36:24 +01:00
fix new backends wscript to work correctly in the Ardour case
This commit is contained in:
parent
16e37d975f
commit
126d6d3aae
1 changed files with 5 additions and 6 deletions
|
|
@ -14,13 +14,12 @@ def backend_list():
|
|||
# Ardour
|
||||
backends = [ 'jack' ]
|
||||
|
||||
# These will come over from Ardour at some point soon (PD)
|
||||
#if Options.options.build_dummy:
|
||||
# backends += [ 'dummy' ]
|
||||
if Options.options.build_dummy:
|
||||
backends += [ 'dummy' ]
|
||||
|
||||
#if Options.options.build_alsabackend:
|
||||
# if re.search ("linux", sys.platform) != None:
|
||||
# backends += [ 'alsa' ]
|
||||
if Options.options.build_alsabackend:
|
||||
if re.search ("linux", sys.platform) != None:
|
||||
backends += [ 'alsa' ]
|
||||
|
||||
else:
|
||||
# Not Ardour
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue