Commit Graph

2 Commits

Author SHA1 Message Date
Emil Velikov
892ee8d998 meson: bump to libusb-1.0.22, reinstate libusb_set_option()
Bump the required version to 1.0.22, as available in Debian 10
(old-old-stable), released ~6 years ago.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2024-09-18 22:54:10 +01:00
Greg Kroah-Hartman
86dcab8964 usbutils: convert build system to use meson
Autotools is great for what it is designed for, but that epoch is long
ago, and shipping random files/scripts that are not actually checked
into the build system is ripe for problems.

Convert the build over to use meson instead.  Bonus is that the build
logic is simpler (if not still messy in places), and that the build
itself is way faster.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2024-09-02 19:26:57 +02:00