mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] mesalib: version bump 23.1.2 -> 23.1.3
@ 2023-06-23 15:31 Philipp Zabel
  2023-07-08  7:02 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2023-06-23 15:31 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

https://docs.mesa3d.org/relnotes/23.1.3.html

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 rules/host-mesalib.make | 1 +
 rules/mesalib.make      | 5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/rules/host-mesalib.make b/rules/host-mesalib.make
index 3412cdb3db11..8bf018168bbb 100644
--- a/rules/host-mesalib.make
+++ b/rules/host-mesalib.make
@@ -34,6 +34,7 @@ HOST_MESALIB_CONF_OPT	:= \
 	-Degl-lib-suffix= \
 	-Degl-native-platform=auto \
 	-Dexecmem=true \
+	-Dexpat=disabled \
 	-Dfreedreno-kmds= \
 	-Dgallium-d3d10umd=false \
 	-Dgallium-d3d12-video=disabled \
diff --git a/rules/mesalib.make b/rules/mesalib.make
index e76f17cea391..12632fb162d9 100644
--- a/rules/mesalib.make
+++ b/rules/mesalib.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_MESALIB) += mesalib
 #
 # Paths and names
 #
-MESALIB_VERSION	:= 23.1.2
-MESALIB_MD5	:= 0e9859110df4425e83186e0645452daa
+MESALIB_VERSION	:= 23.1.3
+MESALIB_MD5	:= 0dce0342dbf08dc5afbaf51e729da1a1
 MESALIB		:= mesa-$(MESALIB_VERSION)
 MESALIB_SUFFIX	:= tar.xz
 MESALIB_URL	:= \
@@ -156,6 +156,7 @@ MESALIB_CONF_OPT	:= \
 	-Degl-native-platform=auto \
 	-Denable-glcpp-tests=false \
 	-Dexecmem=true \
+	-Dexpat=enabled \
 	-Dfreedreno-kmds=msm \
 	-Dgallium-d3d10umd=false \
 	-Dgallium-d3d12-video=disabled \
-- 
2.39.2




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

* Re: [ptxdist] [APPLIED] mesalib: version bump 23.1.2 -> 23.1.3
  2023-06-23 15:31 [ptxdist] [PATCH] mesalib: version bump 23.1.2 -> 23.1.3 Philipp Zabel
@ 2023-07-08  7:02 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2023-07-08  7:02 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Thanks, applied as e190c94e7a2333c9f94b9560b549e21d9437a1a5.

Michael

[sent from post-receive hook]

On Sat, 08 Jul 2023 09:02:40 +0200, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> https://docs.mesa3d.org/relnotes/23.1.3.html
> 
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20230623153138.3302259-1-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/host-mesalib.make b/rules/host-mesalib.make
> index 3412cdb3db11..8bf018168bbb 100644
> --- a/rules/host-mesalib.make
> +++ b/rules/host-mesalib.make
> @@ -34,6 +34,7 @@ HOST_MESALIB_CONF_OPT	:= \
>  	-Degl-lib-suffix= \
>  	-Degl-native-platform=auto \
>  	-Dexecmem=true \
> +	-Dexpat=disabled \
>  	-Dfreedreno-kmds= \
>  	-Dgallium-d3d10umd=false \
>  	-Dgallium-d3d12-video=disabled \
> diff --git a/rules/mesalib.make b/rules/mesalib.make
> index e76f17cea391..12632fb162d9 100644
> --- a/rules/mesalib.make
> +++ b/rules/mesalib.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_MESALIB) += mesalib
>  #
>  # Paths and names
>  #
> -MESALIB_VERSION	:= 23.1.2
> -MESALIB_MD5	:= 0e9859110df4425e83186e0645452daa
> +MESALIB_VERSION	:= 23.1.3
> +MESALIB_MD5	:= 0dce0342dbf08dc5afbaf51e729da1a1
>  MESALIB		:= mesa-$(MESALIB_VERSION)
>  MESALIB_SUFFIX	:= tar.xz
>  MESALIB_URL	:= \
> @@ -156,6 +156,7 @@ MESALIB_CONF_OPT	:= \
>  	-Degl-native-platform=auto \
>  	-Denable-glcpp-tests=false \
>  	-Dexecmem=true \
> +	-Dexpat=enabled \
>  	-Dfreedreno-kmds=msm \
>  	-Dgallium-d3d10umd=false \
>  	-Dgallium-d3d12-video=disabled \



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

end of thread, other threads:[~2023-07-08  7:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-23 15:31 [ptxdist] [PATCH] mesalib: version bump 23.1.2 -> 23.1.3 Philipp Zabel
2023-07-08  7:02 ` [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