All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/wayland-utils: bump to version 1.1.0
@ 2022-09-17 22:06 James Hilliard
  2022-09-21 20:10 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: James Hilliard @ 2022-09-17 22:06 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Peter Seiderer

Add support for new drm(libdrm) option.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/wayland-utils/wayland-utils.hash | 10 +++++-----
 package/wayland-utils/wayland-utils.mk   | 11 +++++++++--
 2 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/package/wayland-utils/wayland-utils.hash b/package/wayland-utils/wayland-utils.hash
index 00b6da4033..c9b16e0535 100644
--- a/package/wayland-utils/wayland-utils.hash
+++ b/package/wayland-utils/wayland-utils.hash
@@ -1,6 +1,6 @@
-# From https://lists.freedesktop.org/archives/wayland-devel/2020-July/041565.html
-md5  714875aefb10e7f683cde24e58d033ad  wayland-utils-1.0.0.tar.xz
-sha1  b5b8d498a892866d56ffbe862039d7c97acbe7bc  wayland-utils-1.0.0.tar.xz
-sha256  64fecc4c58e87ae9b302901abe10c2e8af69c7503c221a96ecd0700e0aa268c0  wayland-utils-1.0.0.tar.xz
-sha512  4c6f1822435b36b3acd361c0c54e56150e8a2697a9c4b2c20a149fcfaafe237e45807df3471884ddf594d89558001099e2d938e3f48988ba6950a0f1e3538db2  wayland-utils-1.0.0.tar.xz
+# From https://lists.freedesktop.org/archives/wayland-devel/2022-September/042399.html
+md5  1a398cbb75c3ac1ac231b2a8f84bd6d6  wayland-utils-1.1.0.tar.xz
+sha1  38e5c37f5b35b86a84289659b4b0796811eb66cd  wayland-utils-1.1.0.tar.xz
+sha256  9e685863025b4feade36d53bbc8e31b43e26498be743dea84c7a84912959410a  wayland-utils-1.1.0.tar.xz
+sha512  5b841ecb9b534a9b353e104dda9410961495495380fa65e32ef40855750609b03942a87c2fd66339aab57c05b3b8699e2bee055cfd44151f9609a5f6c53349df  wayland-utils-1.1.0.tar.xz
 sha256  1eba39c11640014a5841dd3017e5245fc31f47e1cf43a3287a286dd6a8de8a1a  COPYING
diff --git a/package/wayland-utils/wayland-utils.mk b/package/wayland-utils/wayland-utils.mk
index 30a33b61d6..bc648a6904 100644
--- a/package/wayland-utils/wayland-utils.mk
+++ b/package/wayland-utils/wayland-utils.mk
@@ -4,11 +4,18 @@
 #
 ################################################################################
 
-WAYLAND_UTILS_VERSION = 1.0.0
-WAYLAND_UTILS_SITE = https://wayland.freedesktop.org/releases
+WAYLAND_UTILS_VERSION = 1.1.0
+WAYLAND_UTILS_SITE = https://gitlab.freedesktop.org/wayland/wayland-utils/-/releases/$(WAYLAND_UTILS_VERSION)/downloads
 WAYLAND_UTILS_SOURCE = wayland-utils-$(WAYLAND_UTILS_VERSION).tar.xz
 WAYLAND_UTILS_LICENSE = MIT
 WAYLAND_UTILS_LICENSE_FILES = COPYING
 WAYLAND_UTILS_DEPENDENCIES = host-pkgconf wayland wayland-protocols
 
+ifeq ($(BR2_PACKAGE_LIBDRM),y)
+WAYLAND_UTILS_DEPENDENCIES += libdrm
+WAYLAND_UTILS_CONF_OPTS += -Ddrm=enabled
+else
+WAYLAND_UTILS_CONF_OPTS += -Ddrm=disabled
+endif
+
 $(eval $(meson-package))
-- 
2.34.1

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

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

* Re: [Buildroot] [PATCH 1/1] package/wayland-utils: bump to version 1.1.0
  2022-09-17 22:06 [Buildroot] [PATCH 1/1] package/wayland-utils: bump to version 1.1.0 James Hilliard
@ 2022-09-21 20:10 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2022-09-21 20:10 UTC (permalink / raw)
  To: James Hilliard; +Cc: Peter Seiderer, buildroot

On Sat, 17 Sep 2022 16:06:47 -0600
James Hilliard <james.hilliard1@gmail.com> wrote:

> Add support for new drm(libdrm) option.
> 
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
>  package/wayland-utils/wayland-utils.hash | 10 +++++-----
>  package/wayland-utils/wayland-utils.mk   | 11 +++++++++--
>  2 files changed, 14 insertions(+), 7 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-09-21 20:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-17 22:06 [Buildroot] [PATCH 1/1] package/wayland-utils: bump to version 1.1.0 James Hilliard
2022-09-21 20:10 ` Thomas Petazzoni

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.