mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libdrm: version bump 2.4.112 -> 2.4.113
@ 2022-10-21 10:42 Philipp Zabel
  2022-11-11 14:31 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2022-10-21 10:42 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki, Philipp Zabel

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 rules/libdrm.make | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/rules/libdrm.make b/rules/libdrm.make
index 262cd045dbc2..39ebe3d98211 100644
--- a/rules/libdrm.make
+++ b/rules/libdrm.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIBDRM) += libdrm
 #
 # Paths and names
 #
-LIBDRM_VERSION	:= 2.4.112
-LIBDRM_MD5	:= 2db7e05df012cab16d6c547317407ff2
+LIBDRM_VERSION	:= 2.4.113
+LIBDRM_MD5	:= 34a4dcf7eaf0c771b3b0757b5fd5f803
 LIBDRM		:= libdrm-$(LIBDRM_VERSION)
 LIBDRM_SUFFIX	:= tar.xz
 LIBDRM_URL	:= http://dri.freedesktop.org/libdrm/$(LIBDRM).$(LIBDRM_SUFFIX)
@@ -39,7 +39,6 @@ LIBDRM_BACKENDS-$(PTXCONF_LIBDRM_RADEON) += radeon
 LIBDRM_BACKENDS-$(PTXCONF_LIBDRM_AMDGPU) += amdgpu
 LIBDRM_BACKENDS-$(PTXCONF_LIBDRM_NOUVEAU) += nouveau
 LIBDRM_BACKENDS-$(PTXCONF_LIBDRM_FREEDRENO) += freedreno
-LIBDRM_BACKENDS- += freedreno-kgsl
 LIBDRM_BACKENDSC-$(PTXCONF_LIBDRM_VMWGFX) += vmwgfx
 LIBDRM_BACKENDS-$(PTXCONF_LIBDRM_OMAP) += omap
 LIBDRM_BACKENDS-$(PTXCONF_LIBDRM_EXYNOS) += exynos
@@ -58,12 +57,14 @@ LIBDRM_BACKENDSL-y += $(LIBDRM_BACKENDS-y)
 LIBDRM_CONF_TOOL := meson
 LIBDRM_CONF_OPT := \
 	$(CROSS_MESON_USR) \
-	$(patsubst %,-D%=true,$(LIBDRM_BACKENDSC-y)) \
-	$(patsubst %,-D%=false,$(LIBDRM_BACKENDSC-)) \
-	-Dcairo-tests=false \
-	-Dman-pages=false \
-	-Dvalgrind=false \
+	$(patsubst %,-D%=enabled,$(LIBDRM_BACKENDSC-y)) \
+	$(patsubst %,-D%=disabled,$(LIBDRM_BACKENDSC-)) \
+	-Dcairo-tests=disabled \
+	-Dfreedreno-kgsl=false \
+	-Dman-pages=disabled \
+	-Dvalgrind=disabled \
 	-Dinstall-test-programs=$(call ptx/truefalse, PTXCONF_LIBDRM_TESTS) \
+	-Dtests=true \
 	-Dudev=true
 
 
-- 
2.30.2




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

* Re: [ptxdist] [APPLIED] libdrm: version bump 2.4.112 -> 2.4.113
  2022-10-21 10:42 [ptxdist] [PATCH] libdrm: version bump 2.4.112 -> 2.4.113 Philipp Zabel
@ 2022-11-11 14:31 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2022-11-11 14:31 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Thanks, applied as 67fb039b0d858e442581d8279448d8af1ae82063.

Michael

[sent from post-receive hook]

On Fri, 11 Nov 2022 15:31:06 +0100, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20221021104202.3131552-1-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/libdrm.make b/rules/libdrm.make
> index 262cd045dbc2..39ebe3d98211 100644
> --- a/rules/libdrm.make
> +++ b/rules/libdrm.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIBDRM) += libdrm
>  #
>  # Paths and names
>  #
> -LIBDRM_VERSION	:= 2.4.112
> -LIBDRM_MD5	:= 2db7e05df012cab16d6c547317407ff2
> +LIBDRM_VERSION	:= 2.4.113
> +LIBDRM_MD5	:= 34a4dcf7eaf0c771b3b0757b5fd5f803
>  LIBDRM		:= libdrm-$(LIBDRM_VERSION)
>  LIBDRM_SUFFIX	:= tar.xz
>  LIBDRM_URL	:= http://dri.freedesktop.org/libdrm/$(LIBDRM).$(LIBDRM_SUFFIX)
> @@ -39,7 +39,6 @@ LIBDRM_BACKENDS-$(PTXCONF_LIBDRM_RADEON) += radeon
>  LIBDRM_BACKENDS-$(PTXCONF_LIBDRM_AMDGPU) += amdgpu
>  LIBDRM_BACKENDS-$(PTXCONF_LIBDRM_NOUVEAU) += nouveau
>  LIBDRM_BACKENDS-$(PTXCONF_LIBDRM_FREEDRENO) += freedreno
> -LIBDRM_BACKENDS- += freedreno-kgsl
>  LIBDRM_BACKENDSC-$(PTXCONF_LIBDRM_VMWGFX) += vmwgfx
>  LIBDRM_BACKENDS-$(PTXCONF_LIBDRM_OMAP) += omap
>  LIBDRM_BACKENDS-$(PTXCONF_LIBDRM_EXYNOS) += exynos
> @@ -58,12 +57,14 @@ LIBDRM_BACKENDSL-y += $(LIBDRM_BACKENDS-y)
>  LIBDRM_CONF_TOOL := meson
>  LIBDRM_CONF_OPT := \
>  	$(CROSS_MESON_USR) \
> -	$(patsubst %,-D%=true,$(LIBDRM_BACKENDSC-y)) \
> -	$(patsubst %,-D%=false,$(LIBDRM_BACKENDSC-)) \
> -	-Dcairo-tests=false \
> -	-Dman-pages=false \
> -	-Dvalgrind=false \
> +	$(patsubst %,-D%=enabled,$(LIBDRM_BACKENDSC-y)) \
> +	$(patsubst %,-D%=disabled,$(LIBDRM_BACKENDSC-)) \
> +	-Dcairo-tests=disabled \
> +	-Dfreedreno-kgsl=false \
> +	-Dman-pages=disabled \
> +	-Dvalgrind=disabled \
>  	-Dinstall-test-programs=$(call ptx/truefalse, PTXCONF_LIBDRM_TESTS) \
> +	-Dtests=true \
>  	-Dudev=true
>  
>  



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

end of thread, other threads:[~2022-11-11 14:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-21 10:42 [ptxdist] [PATCH] libdrm: version bump 2.4.112 -> 2.4.113 Philipp Zabel
2022-11-11 14:31 ` [ptxdist] [APPLIED] " Michael Olbrich

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