summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-05-21 09:30:00 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-05-21 09:30:00 +0000
commitd52012f3987129a773d0c0ca302c9e93fb707cb3 (patch)
treed78eba07ac46519254f31897b660295202703f0d /libs
parent95feef6ae4f9f14f05b1becfdf305acbe74171b7 (diff)
remove Tranzport configure option, since the code will not work
git-svn-id: svn://localhost/ardour2/branches/3.0@12353 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs')
-rw-r--r--libs/surfaces/wscript6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/surfaces/wscript b/libs/surfaces/wscript
index f281247208..57770340b8 100644
--- a/libs/surfaces/wscript
+++ b/libs/surfaces/wscript
@@ -44,9 +44,9 @@ def configure(conf):
for i in children:
sub_config_and_use(conf, i)
- autowaf.check_pkg(conf, 'libusb-1.0', uselib_store='USB', mandatory=False)
- if Options.options.tranzport and conf.is_defined('HAVE_USB'):
- conf.define('BUILD_TRANZPORT', 1)
+ #autowaf.check_pkg(conf, 'libusb-1.0', uselib_store='USB', mandatory=False)
+ #if Options.options.tranzport and conf.is_defined('HAVE_USB'):
+ # conf.define('BUILD_TRANZPORT', 1)
conf.check_cc (header_name='linux/input.h', define_name='BUILD_POWERMATE',mandatory=False)
autowaf.check_pkg (conf, 'liblo', mandatory=False, uselib_store="LO", atleast_version="0.24")