mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
libinput: fix and optimize build
Buildbots are reporting the following build failure: -snip- CCLD test-build-linker ../src/.libs/libinput.so: undefined reference to `static_assert' -snap- Since this is the only call to static_assert within the library, removing this assertion seems to be reasonable. While at, speed up the build by not building tests and documentation. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This commit is contained in:
@@ -26,7 +26,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
TARGET_CFLAGS+= -std=gnu99
|
||||
|
||||
CONFIGURE_ARGS += --disable-libwacom
|
||||
CONFIGURE_ARGS += --disable-libwacom --disable-tests --disable-documentation
|
||||
|
||||
define Package/libinput
|
||||
SECTION:=libs
|
||||
|
||||
Reference in New Issue
Block a user