summaryrefslogtreecommitdiffstats
path: root/package/libhid
diff options
context:
space:
mode:
Diffstat (limited to 'package/libhid')
-rw-r--r--package/libhid/libhid.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/package/libhid/libhid.mk b/package/libhid/libhid.mk
index 7730af839..8ad9ac1fa 100644
--- a/package/libhid/libhid.mk
+++ b/package/libhid/libhid.mk
@@ -12,6 +12,10 @@ LIBHID_INSTALL_STAGING = YES
# configure runs libusb-config for cflags/ldflags. Ensure it picks up
# the target version
LIBHID_CONF_ENV = PATH=$(STAGING_DIR)/usr/bin:$(TARGET_PATH)
-LIBHID_CONF_OPT = --disable-swig --without-doxygen --disable-package-config
+LIBHID_CONF_OPT = \
+ --disable-swig \
+ --disable-werror \
+ --without-doxygen \
+ --disable-package-config
$(eval $(call AUTOTARGETS))