mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
US2400: add us2400 to surfaces.
This commit is contained in:
parent
28d8f2f6b9
commit
0e12c967ea
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ children = [
|
|||
'cc121',
|
||||
'generic_midi',
|
||||
'mackie',
|
||||
'us2400',
|
||||
]
|
||||
|
||||
def options(opt):
|
||||
|
|
@ -83,6 +84,7 @@ def build(bld):
|
|||
bld.recurse('faderport8')
|
||||
bld.recurse('cc121')
|
||||
bld.recurse('mackie')
|
||||
bld.recurse('us2400')
|
||||
|
||||
if bld.is_defined ('HAVE_LO'):
|
||||
bld.recurse('osc')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue