diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-07-22 21:48:12 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-07-23 15:07:24 +0200 |
| commit | 73c2d995c506264802e9f6721097742425ee75a1 (patch) | |
| tree | 8657063100cbb5c7ca8a3ba536cea65cdedaf5af /package/libinput/libinput.mk | |
| parent | fbd93820e4b0595c3c5663093e756abcc0323df5 (diff) | |
| download | buildroot-73c2d995c506264802e9f6721097742425ee75a1.tar.gz buildroot-73c2d995c506264802e9f6721097742425ee75a1.zip | |
libinput: bump to version 1.4.0
And drop upstream patch.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libinput/libinput.mk')
| -rw-r--r-- | package/libinput/libinput.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/package/libinput/libinput.mk b/package/libinput/libinput.mk index b1b4f61248..01b677203d 100644 --- a/package/libinput/libinput.mk +++ b/package/libinput/libinput.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBINPUT_VERSION = 1.3.3 +LIBINPUT_VERSION = 1.4.0 LIBINPUT_SOURCE = libinput-$(LIBINPUT_VERSION).tar.xz LIBINPUT_SITE = http://www.freedesktop.org/software/libinput LIBINPUT_DEPENDENCIES = host-pkgconf libevdev mtdev udev @@ -13,8 +13,6 @@ 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 |

