summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-01-07 18:28:09 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2013-01-07 18:28:09 +0000
commit02092679808718c993e741f7328a33888ddc294c (patch)
tree79548571062cfcb555886b42860321e2bad45636 /wscript
parent6e0fc35806a99a91a09980e26a4d53b9d5331657 (diff)
reinstate wiimote support, thanks to work by jannis pohlmann
git-svn-id: svn://localhost/ardour2/branches/3.0@13796 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 0 insertions, 2 deletions
diff --git a/wscript b/wscript
index cf90329673..bbf6e140fb 100644
--- a/wscript
+++ b/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 \'><\'')