[Buildroot] [git commit] package/libinput: bump version to 1.19.0
From: Yann E. MORIN <hidden>
Date: 2021-09-18 20:14:15
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: https://git.buildroot.net/buildroot/commit/?id=b3ebd1258270b2f699cd9dfa3496f76df752b1cb branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master - add new optional wayland, wayland-protocoll and libx11 dependencies in case the debug gui is enabled (libgtk3 available) For details see [1], [2]. [1] https://lists.freedesktop.org/archives/wayland-devel/2021-September/041971.html [2] https://lists.freedesktop.org/archives/wayland-devel/2021-September/041977.html Signed-off-by: Peter Seiderer <redacted> Signed-off-by: Yann E. MORIN <redacted> --- package/libinput/libinput.hash | 6 +++--- package/libinput/libinput.mk | 11 ++++++++++- 2 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/package/libinput/libinput.hash b/package/libinput/libinput.hash
index 8b6a5466ed..7d57ae9b2d 100644
--- a/package/libinput/libinput.hash
+++ b/package/libinput/libinput.hash@@ -1,6 +1,6 @@ -# From https://lists.freedesktop.org/archives/wayland-devel/2021-August/041934.html -sha256 9ca14021fbc2523bc0610582c51f368321592040b6ca63becc2fa1ea11f1a7cb libinput-1.18.1.tar.xz -sha512 450e38c0f8245aa0165a8047d25aebee646332f0f2ed442bb2d1bd3e723c2082b6d00d6e3bda308981ece8e29b5cddbd56eab900d2b7497705a45fc27b281828 libinput-1.18.1.tar.xz +# From https://lists.freedesktop.org/archives/wayland-devel/2021-September/041977.html +sha256 3d3a2f12b4a65cd82684121ae4b33cdc3ad541c761a55e8eb73a8e5e443cccbb libinput-1.19.0.tar.xz +sha512 daf42ce797f2b5aef8d6f7a5c0d967590581e6ac12c26fa6bde5fbc619d75319e39ca55d65d5347e554dd6a48b91f5fed4d3167eabef8ad1ebc43bc0c3e8e220 libinput-1.19.0.tar.xz # License files sha256 80de50b2022a840db044c56db804ca3565600a692c0714babface587acc6d1b0 COPYING
diff --git a/package/libinput/libinput.mk b/package/libinput/libinput.mk
index 844a4ae8ba..3ab1a2c38f 100644
--- a/package/libinput/libinput.mk
+++ b/package/libinput/libinput.mk@@ -4,7 +4,7 @@ # ################################################################################ -LIBINPUT_VERSION = 1.18.1 +LIBINPUT_VERSION = 1.19.0 LIBINPUT_SOURCE = libinput-$(LIBINPUT_VERSION).tar.xz LIBINPUT_SITE = http://www.freedesktop.org/software/libinput LIBINPUT_DEPENDENCIES = host-pkgconf libevdev mtdev udev
@@ -17,6 +17,15 @@ LIBINPUT_CONF_OPTS = -Dtests=false -Dlibwacom=false -Ddocumentation=false ifeq ($(BR2_PACKAGE_LIBGTK3),y) LIBINPUT_CONF_OPTS += -Ddebug-gui=true LIBINPUT_DEPENDENCIES += libgtk3 +ifeq ($(BR2_PACKAGE_WAYLAND),y) +LIBINPUT_DEPENDENCIES += wayland +endif +ifeq ($(BR2_PACKAGE_WAYLAND_PROTOCOLS),y) +LIBINPUT_DEPENDENCIES += wayland-protocols +endif +ifeq ($(BR2_PACKAGE_XLIB_LIBX11),y) +LIBINPUT_DEPENDENCIES += libx11 +endif else LIBINPUT_CONF_OPTS += -Ddebug-gui=false endif
_______________________________________________ buildroot mailing list buildroot@lists.buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot