libinput: bump to version 1.2.4
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Thu, 21 Apr 2016 21:20:52 +0000 (18:20 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 22 Apr 2016 20:06:50 +0000 (22:06 +0200)
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>
package/libinput/libinput.hash
package/libinput/libinput.mk

index ea4c8e70ddf66178a2de6d3b11c4873fbd651173..43fcf5ddec7952bb1dd15d9367ac9d5696faa1ca 100644 (file)
@@ -1,2 +1,2 @@
-# From http://lists.freedesktop.org/archives/wayland-devel/2016-January/026701.html
-sha256 5e08c45dbb8bf32490cc6cd626da098564d646d161a07cba2e3adbd9745c0622        libinput-1.1.5.tar.xz
+# From https://lists.freedesktop.org/archives/wayland-devel/2016-April/028215.html
+sha256 aee3650ad2a864ab9a10e7e63df543cc2b475f6bf3974751037a2df325dabbb1        libinput-1.2.4.tar.xz
index 295476099661453bd8f8ac5ab68060b1bb49c7d9..d994d292d0c87d80127391324c855c9b4394841d 100644 (file)
@@ -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