]> sigrok.org Git - libsigrok.git/commitdiff
We now require libusb >= 1.0.9.
authorUwe Hermann <redacted>
Sun, 21 Oct 2012 20:41:39 +0000 (22:41 +0200)
committerUwe Hermann <redacted>
Sun, 21 Oct 2012 20:44:00 +0000 (22:44 +0200)
This is due to the use of libusb_error_name().

README
configure.ac

diff --git a/README b/README
index 7439d0c2f241df6077dc86c84c39a051e8b9f030..989984ea1f6a2ba558c4a8a08dafae23b2cdf84e 100644 (file)
--- a/README
+++ b/README
@@ -35,7 +35,7 @@ Requirements
  - libtool
  - pkg-config >= 0.22
  - libglib >= 2.28.0
- - libusb >= 1.0.5 (for most hardware)
+ - libusb >= 1.0.9 (for most hardware)
  - libzip >= 0.8
  - libftdi >= 0.16 (for some hardware)
  - libudev >= 151 (for some hardware)
index 857d0ead47a024a9a26eb70b165366be77f3ff07..941268cce630012949394c20a8865ba03d9325af 100644 (file)
@@ -228,7 +228,7 @@ if test "x$LA_ASIX_SIGMA" != xno \
                        [Specifies whether we have a libusb.h header.])
                ;;
        *)
-               PKG_CHECK_MODULES([libusb], [libusb-1.0 >= 1.0.5],
+               PKG_CHECK_MODULES([libusb], [libusb-1.0 >= 1.0.9],
                        [CFLAGS="$CFLAGS $libusb_CFLAGS";
                        LIBS="$LIBS $libusb_LIBS";
                        SR_PKGLIBS="$SR_PKGLIBS libusb-1.0"])