diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-09-07 13:29:54 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-09-07 13:29:54 +0200 |
commit | a879b4e708b3e46c9697ba6581687eeb5b02a320 (patch) | |
tree | f85acc5cb1a7c0b03a050c879c20cab3deb9f40e /Jamtop | |
parent | 556dffcdad42b938bc196819aa463247de709765 (diff) | |
parent | c07d0c2d2f6f7b0eb6e92cc6204bf05037957e82 (diff) |
state from 2014-09-07 13:30 MESZ
Diffstat (limited to 'Jamtop')
-rw-r--r-- | Jamtop | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -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 ; |