mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-30 10:27:44 +01:00
Less sucky english
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4083 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
91b04d2319
commit
81d2f16d00
1 changed files with 2 additions and 2 deletions
|
|
@ -915,10 +915,10 @@ libraries['usb'] = conf.Finish ()
|
|||
if env['WIIMOTE']:
|
||||
wiimoteConf = env.Configure ( )
|
||||
if not wiimoteConf.CheckHeader('cwiid.h'):
|
||||
print 'WIIIMOTE configured but you are missing libcwiid!'
|
||||
print 'WIIMOTE configured but you are missing libcwiid!'
|
||||
sys.exit(1)
|
||||
if not wiimoteConf.CheckHeader('bluetooth/bluetooth.h'):
|
||||
print 'WIIMOTE configured, but you are libbluetooth headers, which you need for libcwiid!'
|
||||
print 'WIIMOTE configured but you are missing the libbluetooth headers which you need to compile wiimote support!'
|
||||
sys.exit(1)
|
||||
wiimoteConf.Finish()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue