mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
reinstate wiimote support, thanks to work by jannis pohlmann
git-svn-id: svn://localhost/ardour2/branches/3.0@13796 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
6e0fc35806
commit
0209267980
9 changed files with 539 additions and 362 deletions
|
|
@ -26,10 +26,11 @@ def build(bld):
|
|||
'''
|
||||
obj.export_includes = ['./wiimote']
|
||||
obj.cxxflags = '-DPACKAGE="ardour_wiimote"'
|
||||
obj.includes = ['.', './wiimote']
|
||||
obj.name = 'libwiimote'
|
||||
obj.target = 'wiimote'
|
||||
obj.use = 'libardour libardour_cp'
|
||||
obj.includes = ['.', '../libs']
|
||||
obj.name = 'libardour_wiimote'
|
||||
obj.target = 'ardour_wiimote'
|
||||
obj.uselib = 'GTKMM CWIID'
|
||||
obj.use = 'libardour libardour_cp libgtkmm2ext'
|
||||
obj.vnum = LIBARDOUR_WIIMOTE_LIB_VERSION
|
||||
obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3', 'surfaces')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue