diff options
author | Rosen Penev <rosenp@gmail.com> | 2021-08-07 21:21:17 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2021-08-15 18:31:40 -0700 |
commit | 1f7d8f2c40d61999034c85aa508335a3080a1c21 (patch) | |
tree | 40f8e3b91bd5f548f497cca7ea165a6bcab2659d /utils/hplip/patches | |
parent | b4a4aab5fa7e8d6108c68b24b66fbf3ea88adf2d (diff) |
hplip: update to 3.21.6
Refreshed patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'utils/hplip/patches')
-rw-r--r-- | utils/hplip/patches/010-libusb_fix.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/hplip/patches/010-libusb_fix.patch b/utils/hplip/patches/010-libusb_fix.patch index b630c1c34..bcc7905d4 100644 --- a/utils/hplip/patches/010-libusb_fix.patch +++ b/utils/hplip/patches/010-libusb_fix.patch @@ -20,7 +20,7 @@ # ui (qt3) --- a/configure.in +++ b/configure.in -@@ -611,6 +611,10 @@ if test "$class_driver" = "no" && test " +@@ -625,6 +625,10 @@ if test "$class_driver" = "no" && test " else AC_CHECK_LIB([usb-1.0], [libusb_init], [LIBS="$LIBS"], [AC_MSG_ERROR([cannot find libusb 1.0 support], 2)]) AC_CHECK_HEADERS(libusb-1.0/libusb.h, ,[AC_MSG_ERROR([cannot find libusb-1.0-devel support], 11)]) |