summaryrefslogtreecommitdiffstats
path: root/package/libusb
diff options
context:
space:
mode:
Diffstat (limited to 'package/libusb')
-rw-r--r--package/libusb/libusb.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libusb/libusb.mk b/package/libusb/libusb.mk
index 7e0f877f2d..33a7157a26 100644
--- a/package/libusb/libusb.mk
+++ b/package/libusb/libusb.mk
@@ -14,17 +14,17 @@ LIBUSB_DEPENDENCIES = host-pkgconf
LIBUSB_INSTALL_STAGING = YES
# Avoid the discovery of udev for the host variant
-HOST_LIBUSB_CONF_OPT = --disable-udev
+HOST_LIBUSB_CONF_OPTS = --disable-udev
HOST_LIBUSB_DEPENDENCIES = host-pkgconf
ifeq ($(BR2_avr32),y)
-LIBUSB_CONF_OPT += --disable-timerfd
+LIBUSB_CONF_OPTS += --disable-timerfd
endif
ifeq ($(BR2_PACKAGE_HAS_UDEV),y)
LIBUSB_DEPENDENCIES += udev
else
-LIBUSB_CONF_OPT += --disable-udev
+LIBUSB_CONF_OPTS += --disable-udev
endif
$(eval $(autotools-package))
OpenPOWER on IntegriCloud