mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +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
2
wscript
2
wscript
|
|
@ -438,8 +438,6 @@ def options(opt):
|
|||
help='Add revision information to executable name inside the build directory')
|
||||
opt.add_option('--windows-vst', action='store_true', default=False, dest='windows_vst',
|
||||
help='Compile with support for Windows VST')
|
||||
opt.add_option('--wiimote', action='store_true', default=False, dest='wiimote',
|
||||
help='Build the wiimote control surface')
|
||||
opt.add_option('--windows-key', type='string', action='store', dest='windows_key', default='Mod4><Super',
|
||||
help='X Modifier(s) (Mod1,Mod2, etc) for the Windows key (X11 builds only). ' +
|
||||
'Multiple modifiers must be separated by \'><\'')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue