summaryrefslogtreecommitdiff
path: root/libs/surfaces/wscript
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-09-30 12:12:45 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-09-30 12:12:45 +0000
commit0bdb3298bbb29c6459091454117172eff2763df6 (patch)
tree9b0ecfe77c3e89e1b8849455ccef108bb359620d /libs/surfaces/wscript
parentd09ebfb03bafd484c207978918b54d2623b9e23a (diff)
make surfaces header checks non-mandatory (for OS X)
git-svn-id: svn://localhost/ardour2/branches/3.0@10172 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/surfaces/wscript')
-rw-r--r--libs/surfaces/wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/surfaces/wscript b/libs/surfaces/wscript
index 31ab783e48..6635a443e1 100644
--- a/libs/surfaces/wscript
+++ b/libs/surfaces/wscript
@@ -49,8 +49,8 @@ def configure(conf):
conf.define('BUILD_TRANZPORT', 1)
#conf.check_cc (lib='libusb', header_name='libusb.h', function_name='usb_interrupt_write', define_name='BUILD_TRANZPORT')
- conf.check_cc (header_name='linux/input.h', define_name='BUILD_POWERMATE')
- conf.check_cc (lib='lo', header_name='lo/lo.h', function_name='lo_server_new', define_name='BUILD_OSC')
+ conf.check_cc (header_name='linux/input.h', define_name='BUILD_POWERMATE',mandatory=False)
+ conf.check_cc (lib='lo', header_name='lo/lo.h', function_name='lo_server_new', define_name='BUILD_OSC',mandatory=False)
if Options.options.wiimote:
conf.check_cc (header_name='cwiid.h', define_name='HAVE_CWIID_H')