mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
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
|
# configure runs libusb-config for cflags/ldflags. Ensure it picks up
|
||||||
# the target version
|
# the target version
|
||||||
LIBHID_CONF_ENV = PATH=$(STAGING_DIR)/usr/bin:$(TARGET_PATH)
|
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))
|
$(eval $(call AUTOTARGETS))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user