compile certain control protocol things regardless of SURFACES setting
git-svn-id: svn://localhost/trunk/ardour2@524 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
5c7d8cd288
commit
ba7888d6d1
@ -568,10 +568,17 @@ else:
|
||||
'gtk2_ardour'
|
||||
]
|
||||
|
||||
|
||||
|
||||
surface_subdirs = []
|
||||
|
||||
#
|
||||
# always build the LGPL control protocol lib, since we link against it ourselves
|
||||
# ditto for generic MIDI
|
||||
|
||||
surface_subdirs += [ 'libs/surfaces/control_protocol', 'libs/surfaces/generic_midi' ]
|
||||
|
||||
if env['SURFACES']:
|
||||
surface_subdirs += [ 'libs/surfaces/control_protocol', 'libs/surfaces/generic_midi' ]
|
||||
if have_libusb:
|
||||
surface_subdirs += [ 'libs/surfaces/tranzport' ]
|
||||
if os.access ('libs/surfaces/sony9pin', os.F_OK):
|
||||
|
Loading…
Reference in New Issue
Block a user