sr: build: hantek-dso driver requires libusb as well
This commit is contained in:
parent
e8d3d6c843
commit
ef2345bc29
|
@ -191,8 +191,9 @@ PKG_CHECK_MODULES([gthread], [gthread-2.0 >= 2.22.0],
|
||||||
# libusb is only needed for some hardware drivers.
|
# libusb is only needed for some hardware drivers.
|
||||||
if test "x$LA_ASIX_SIGMA" != xno \
|
if test "x$LA_ASIX_SIGMA" != xno \
|
||||||
-o "x$LA_CHRONOVU_LA8" != xno \
|
-o "x$LA_CHRONOVU_LA8" != xno \
|
||||||
-o "x$LA_ZEROPLUS_LOGIC_CUBE" != xno \
|
-o "x$LA_FX2LAFW" != xno \
|
||||||
-o "x$LA_FX2LAFW" != xno; then
|
-o "x$HW_HANTEK_DSO" != xno \
|
||||||
|
-o "x$LA_ZEROPLUS_LOGIC_CUBE" != xno; then
|
||||||
case "$build" in
|
case "$build" in
|
||||||
*freebsd*)
|
*freebsd*)
|
||||||
# FreeBSD comes with an "integrated" libusb-1.0-style USB API.
|
# FreeBSD comes with an "integrated" libusb-1.0-style USB API.
|
||||||
|
|
Loading…
Reference in New Issue