|
@@ -4,7 +4,7 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-LIBINPUT_VERSION = 1.1.5
|
|
|
+LIBINPUT_VERSION = 1.2.4
|
|
|
LIBINPUT_SOURCE = libinput-$(LIBINPUT_VERSION).tar.xz
|
|
|
LIBINPUT_SITE = http://www.freedesktop.org/software/libinput
|
|
|
LIBINPUT_DEPENDENCIES = host-pkgconf libevdev mtdev udev
|
|
@@ -12,7 +12,7 @@ LIBINPUT_INSTALL_STAGING = YES
|
|
|
LIBINPUT_LICENSE = MIT
|
|
|
LIBINPUT_LICENSE_FILES = COPYING
|
|
|
# Tests need fork, so just disable them everywhere.
|
|
|
-LIBINPUT_CONF_OPTS = --disable-tests
|
|
|
+LIBINPUT_CONF_OPTS = --disable-tests --disable-libwacom
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_LIBGTK3),y)
|
|
|
LIBINPUT_CONF_OPTS += --enable-event-gui
|