From 775cc9cd7242369edc2f8d5f0b36d4c69fc69ce3 Mon Sep 17 00:00:00 2001 From: Juergen Beisert Date: Fri, 11 Apr 2014 12:47:13 +0200 Subject: libusb: fix host dependency Since commit 127924094678e459b0d31cd81605317479d80c7f the libusbx is used instead of the original libusb. The new library depends on libudev by default and the configure step fails if this library is not present on the host. Switch off this feature to avoid this new dependency. Signed-off-by: Juergen Beisert --- rules/host-libusb.make | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rules/host-libusb.make b/rules/host-libusb.make index ffcd19182..4ec1ac7f0 100644 --- a/rules/host-libusb.make +++ b/rules/host-libusb.make @@ -23,6 +23,7 @@ HOST_PACKAGES-$(PTXCONF_HOST_LIBUSB) += host-libusb HOST_LIBUSB_AUTOCONF := \ $(HOST_AUTOCONF) \ - --disable-static + --disable-static \ + --disable-udev # vim: syntax=make -- cgit v1.2.3