summaryrefslogtreecommitdiffstats
path: root/package/libinput/libinput.mk
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-04-21 18:20:52 -0300
committerPeter Korsgaard <peter@korsgaard.com>2016-04-22 22:06:50 +0200
commit84eeed68bdb953c2ab4965bd53227d88fd3d53c9 (patch)
tree9f32714a7bd5fbd8482407d962fefba58b9b0e04 /package/libinput/libinput.mk
parent1c02dee9552c06c90d887746e70181347a2e2fde (diff)
downloadbuildroot-84eeed68bdb953c2ab4965bd53227d88fd3d53c9.tar.gz
buildroot-84eeed68bdb953c2ab4965bd53227d88fd3d53c9.zip
libinput: bump to version 1.2.4
Forcibly disable wacom support since we haven't got a libwacom package yet. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/libinput/libinput.mk')
-rw-r--r--package/libinput/libinput.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libinput/libinput.mk b/package/libinput/libinput.mk
index 2954760996..d994d292d0 100644
--- a/package/libinput/libinput.mk
+++ b/package/libinput/libinput.mk
@@ -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
OpenPOWER on IntegriCloud