summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorSampo Savolainen <v2@iki.fi>2008-11-10 20:25:06 +0000
committerSampo Savolainen <v2@iki.fi>2008-11-10 20:25:06 +0000
commit475b1e36a916d0613d927f2bcd33125f53f24795 (patch)
tree799d4913474d604a4228dfaa082171e95a8e4dbb /SConstruct
parent745dd9eddb11be957bf7e87e7546ffadbb1784f1 (diff)
Das Wiimote Blinkenlights!
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4132 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index eaf9bcea68..6f0f2a0d34 100644
--- a/SConstruct
+++ b/SConstruct
@@ -583,7 +583,7 @@ if env['WIIMOTE']:
wiimote_surface = [ 'libs/surfaces/wiimote' ]
else:
wiimote_surface = [ ]
- print 'WIIMOTE support not enabled. Build with \'scons WIIMOTE=1\' to enale.'
+ print 'WIIMOTE not enabled. Build with \'scons WIIMOTE=1\' to enable support.'
libraries['jack'] = LibraryInfo()
libraries['jack'].ParseConfig('pkg-config --cflags --libs jack')