From 3f5cc97e2ba00b34fd20a5553ed9d2fecf32f7e3 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 18 Apr 2013 12:16:44 +0200 Subject: usb-host: raise libusbx minimum version to 1.0.13 Allows to remove one FIXME. Makes LIBUSB_LOG_LEVEL_WARNING build errors go away. And starting with that version libusb has a LIBUSBX_API_VERSION define which allows to easily #ifdef version dependencies should that need arrive in the future. Signed-off-by: Gerd Hoffmann --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 51a6c5621c..33d3354ea3 100755 --- a/configure +++ b/configure @@ -3060,7 +3060,7 @@ fi # check for libusb if test "$libusb" != "no" ; then - if $pkg_config libusb-1.0 >/dev/null 2>&1 ; then + if $pkg_config --atleast-version=1.0.13 libusb-1.0 >/dev/null 2>&1 ; then libusb="yes" usb="libusb" libusb_cflags=$($pkg_config --cflags libusb-1.0 2>/dev/null) -- cgit v1.2.1