]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/libinput/libinput.mk
Merge branch 'next'
[coffee/buildroot.git] / package / libinput / libinput.mk
index 2256287fbd6e1ae7414044a88616798d0227664d..2ff0de36853ef21afc9eb2ad088a275bc338be3e 100644 (file)
@@ -13,12 +13,14 @@ 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
 LIBINPUT_DEPENDENCIES += libgtk3
 else
-LIBINOUT_CONF_OPTS += --disable-event-gui
+LIBINPUT_CONF_OPTS += --disable-event-gui
 endif
 
 $(eval $(autotools-package))