From ef2345bc29fc8b3bc31e5d89e028be31c7b39428 Mon Sep 17 00:00:00 2001 From: Bert Vermeulen Date: Sun, 29 Jul 2012 15:21:08 +0200 Subject: [PATCH] sr: build: hantek-dso driver requires libusb as well --- configure.ac | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index d5e48450..f177c87f 100644 --- a/configure.ac +++ b/configure.ac @@ -191,8 +191,9 @@ PKG_CHECK_MODULES([gthread], [gthread-2.0 >= 2.22.0], # libusb is only needed for some hardware drivers. if test "x$LA_ASIX_SIGMA" != xno \ -o "x$LA_CHRONOVU_LA8" != xno \ - -o "x$LA_ZEROPLUS_LOGIC_CUBE" != xno \ - -o "x$LA_FX2LAFW" != xno; then + -o "x$LA_FX2LAFW" != xno \ + -o "x$HW_HANTEK_DSO" != xno \ + -o "x$LA_ZEROPLUS_LOGIC_CUBE" != xno; then case "$build" in *freebsd*) # FreeBSD comes with an "integrated" libusb-1.0-style USB API.