All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1] package/libinput: bump version to 1.19.0
@ 2021-09-14 21:04 Peter Seiderer
  2021-09-18 20:13 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Seiderer @ 2021-09-14 21:04 UTC (permalink / raw)
  To: buildroot; +Cc: Yann E . MORIN

- 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 <ps.report@gmx.net>
---
 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
-- 
2.32.0

_______________________________________________
buildroot mailing list
buildroot@lists.buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Buildroot] [PATCH v1] package/libinput: bump version to 1.19.0
  2021-09-14 21:04 [Buildroot] [PATCH v1] package/libinput: bump version to 1.19.0 Peter Seiderer
@ 2021-09-18 20:13 ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2021-09-18 20:13 UTC (permalink / raw)
  To: Peter Seiderer; +Cc: buildroot

Peter, All,

On 2021-09-14 23:04 +0200, Peter Seiderer spake thusly:
> - 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 <ps.report@gmx.net>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  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
> -- 
> 2.32.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@lists.buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@lists.buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-18 20:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-14 21:04 [Buildroot] [PATCH v1] package/libinput: bump version to 1.19.0 Peter Seiderer
2021-09-18 20:13 ` Yann E. MORIN

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.