summaryrefslogtreecommitdiff
path: root/Jamtop
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-09-07 13:29:54 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-09-07 13:29:54 +0200
commita879b4e708b3e46c9697ba6581687eeb5b02a320 (patch)
treef85acc5cb1a7c0b03a050c879c20cab3deb9f40e /Jamtop
parent556dffcdad42b938bc196819aa463247de709765 (diff)
parentc07d0c2d2f6f7b0eb6e92cc6204bf05037957e82 (diff)
state from 2014-09-07 13:30 MESZ
Diffstat (limited to 'Jamtop')
-rw-r--r--Jamtop18
1 files changed, 9 insertions, 9 deletions
diff --git a/Jamtop b/Jamtop
index 1809c9d..3ba306b 100644
--- a/Jamtop
+++ b/Jamtop
@@ -27,20 +27,20 @@ DEFINES += ARGYLLCMS ;
# enable serial instruments & support
USE_SERIAL = true ;
+# enable fast serial instruments & support
+USE_FAST_SERIAL = true ; # (Implicit in USE_SERIAL too)
+
# enable USB instruments & support
USE_USB = true ;
-# Use native USB drivers, else use libusb
-USE_NATIVE_USB = true ;
+# enable dummy Demo Instrument, if code is available
+USE_DEMOINST = true ;
-# Use libusb1 rather than libusb0 & libusb0-win32
-USE_LIBUSB1 = true ;
+# Use libusb (deprecated)
+USE_LIBUSB = false ;
-# Except that FreeBSD doesn't have a spectro/usbio_bsd.c yet
-if $(OS) = FREEBSD || $(OS) = OPENBSD {
- USE_NATIVE_USB = false ; # Use libusb
- USE_LIBUSB1 = false ; # Use libusb 0.1
-}
+# Use libusb1 rather than libusb0 & libusb0-win32 (deprecated)
+USE_LIBUSB1 = true ;
# Make the USB V1 library static
LIBUSB_IS_DLL = false ;