diff options
| author | Baruch Siach <baruch@tkos.co.il> | 2016-05-16 21:19:50 +0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-05-16 22:07:36 +0200 |
| commit | 85ef34d35a05a55f2c0bd52377b73ab0175214b5 (patch) | |
| tree | beba4433049a837faf3114be8720e75b26ded63f /package/libinput/libinput.mk | |
| parent | 2a59854aa737da170c7ae7fa606bf63254b26819 (diff) | |
| download | buildroot-85ef34d35a05a55f2c0bd52377b73ab0175214b5.tar.gz buildroot-85ef34d35a05a55f2c0bd52377b73ab0175214b5.zip | |
libinput: fix missing static_assert
uClibc-ng does not define the C11 static_assert macro. Patch configure.ac to
detect this and define a nop macro.
Fixes:
http://autobuild.buildroot.net/results/3eb/3eb32c19f90a5fd8d45a0c36676e015e8278a469/
http://autobuild.buildroot.net/results/184/1844890c65615f1676a85c6fac78937249eee9f1/
http://autobuild.buildroot.net/results/3a3/3a3f8c5624e8019a6eababbf6e7440fdd668f85f/
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libinput/libinput.mk')
| -rw-r--r-- | package/libinput/libinput.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libinput/libinput.mk b/package/libinput/libinput.mk index de6a81cb52..bd8fe2cbcc 100644 --- a/package/libinput/libinput.mk +++ b/package/libinput/libinput.mk @@ -13,6 +13,8 @@ LIBINPUT_LICENSE = MIT LIBINPUT_LICENSE_FILES = COPYING # Tests need fork, so just disable them everywhere. LIBINPUT_CONF_OPTS = --disable-tests --disable-libwacom +# Patching configure.ac +LIBINPUT_AUTORECONF = YES ifeq ($(BR2_PACKAGE_LIBGTK3),y) LIBINPUT_CONF_OPTS += --enable-event-gui |

