mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] kmscube: version bump 2017-03-13-g803bac5 -> 2020-09-02-g26326be5
@ 2020-10-28  9:02 Lucas Stach
  0 siblings, 0 replies; only message in thread
From: Lucas Stach @ 2020-10-28  9:02 UTC (permalink / raw)
  To: ptxdist

- version bump
- add license file
- switch to meson build
- disable gstreamer dependency (keep it simple)

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 rules/kmscube.in   |  2 ++
 rules/kmscube.make | 14 +++++++++-----
 2 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/rules/kmscube.in b/rules/kmscube.in
index 810f14691384..1f88845767e1 100644
--- a/rules/kmscube.in
+++ b/rules/kmscube.in
@@ -3,8 +3,10 @@
 config KMSCUBE
 	bool
 	prompt "kmscube"
+	select HOST_MESON
 	select MESALIB
 	select MESALIB_GLES2
 	select LIBDRM
+	select LIBPNG
 	help
 	  kmscube is an application to test kms/drm drivers.
diff --git a/rules/kmscube.make b/rules/kmscube.make
index 5275a627cf47..ab33e40ed3f4 100644
--- a/rules/kmscube.make
+++ b/rules/kmscube.make
@@ -15,24 +15,28 @@ PACKAGES-$(PTXCONF_KMSCUBE) += kmscube
 # Paths and names
 #
 # No tags: use a fake descriptive commit-ish to include the date
-KMSCUBE_VERSION	:= 2017-03-13-g803bac5
+KMSCUBE_VERSION	:= 2020-09-02-g26326be5
 KMSCUBE		:= kmscube-$(KMSCUBE_VERSION)
-KMSCUBE_MD5	:= 781a59ab2d1d245e99a49df7c3dc1876
+KMSCUBE_MD5	:= 30666e924097388e191afbfbb7cf487b
 KMSCUBE_SUFFIX	:= tar.gz
 KMSCUBE_URL	:= https://gitlab.freedesktop.org/mesa/kmscube/-/archive/$(KMSCUBE_VERSION)/$(KMSCUBE).$(KMSCUBE_SUFFIX)
 KMSCUBE_SOURCE	:= $(SRCDIR)/$(KMSCUBE).$(KMSCUBE_SUFFIX)
 KMSCUBE_DIR	:= $(BUILDDIR)/$(KMSCUBE)
-
 KMSCUBE_LICENSE	:= MIT
+KMSCUBE_LICENSE_FILES := \
+	file://COPYING;md5=2a12bf7a66f5f663d75186bf01eb607b
 
 # ----------------------------------------------------------------------------
 # Prepare
 # ----------------------------------------------------------------------------
 
 #
-# autoconf
+# meson
 #
-KMSCUBE_CONF_TOOL	:= autoconf
+KMSCUBE_CONF_TOOL	:= meson
+KMSCUBE_CONF_OPT	:= \
+	$(CROSS_MESON_USR) \
+	-Dgstreamer=disabled
 
 # ----------------------------------------------------------------------------
 # Target-Install
-- 
2.20.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-10-28  9:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-28  9:02 [ptxdist] [PATCH] kmscube: version bump 2017-03-13-g803bac5 -> 2020-09-02-g26326be5 Lucas Stach

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox