[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#947824: hplip: switch to libusb-1.0 on hurd



Source: hplip
Version: 3.19.12+dfsg0-1
Severity: minor
Tags: patch
User: debian-hurd@lists.debian.org
Usertags: hurd

Hi,

hplip requires libusb-1.0, although on Hurd libusb-dev is still
required; attached there is a simple patch to switch any non-kfreebsd
platform to libusb-1.0.

Note: even with this change, hplip still will not compile on Hurd:
the code sort of assumes that either the system is Linux or macOS...

Thanks,
-- 
Pino
--- a/debian/control
+++ b/debian/control
@@ -20,8 +20,7 @@ Build-Depends: autoconf,
                libssl-dev,
                libtool,
                libudev-dev [linux-any],
-               libusb-1.0-0-dev [linux-any],
-               libusb-dev [!linux-any !kfreebsd-any],
+               libusb-1.0-0-dev [!kfreebsd-any],
                libusb2-dev [kfreebsd-any],
                patch,
                policykit-1,

Reply to: