libinput: fix and optimize build 2547/head
authorMichael Heimpold <mhei@heimpold.de>
Wed, 23 Mar 2016 20:32:08 +0000 (21:32 +0100)
committerMichael Heimpold <mhei@heimpold.de>
Wed, 23 Mar 2016 20:32:16 +0000 (21:32 +0100)
commite0aad338b70ae2f986f9df6b7bc5de50e44fa4d4
tree0142f77eb0be8493f24ffd8ffac26d82c8144263
parent80f02cd1edfdf4b2eda9bfb98edc4ad8aab20903
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>
libs/libinput/Makefile
libs/libinput/patches/002-static_assert.patch [new file with mode: 0644]