libhid: don't build with -Werror
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
5d8af3747a
commit
e530970c28
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user