summaryrefslogtreecommitdiffstats
path: root/rules/host-libusb.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/host-libusb.make')
-rw-r--r--rules/host-libusb.make3
1 files changed, 2 insertions, 1 deletions
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