Commit e530970c authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

libhid: don't build with -Werror

parent 5d8af374
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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))