From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 03 Apr 2025 17:27:08 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1u0MTE-007sAx-0y for lore@lore.pengutronix.de; Thu, 03 Apr 2025 17:27:08 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1u0MTE-0005B9-40; Thu, 03 Apr 2025 17:27:08 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1u0MT2-0005Am-N3; Thu, 03 Apr 2025 17:26:56 +0200 From: Philipp Zabel To: ptxdist@pengutronix.de Date: Thu, 3 Apr 2025 17:26:55 +0200 Message-Id: <20250403152655.2939750-1-p.zabel@pengutronix.de> X-Mailer: git-send-email 2.39.5 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH] mesalib: version bump 25.0.2 -> 25.0.3 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Philipp Zabel Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false https://docs.mesa3d.org/relnotes/25.0.3.html Drop deprecated execmem option, sort install options alphabetically. Signed-off-by: Philipp Zabel --- rules/mesalib.make | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/rules/mesalib.make b/rules/mesalib.make index 3981c70e50a4..4f2f413f1572 100644 --- a/rules/mesalib.make +++ b/rules/mesalib.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_MESALIB) += mesalib # # Paths and names # -MESALIB_VERSION := 25.0.2 -MESALIB_MD5 := 3605bbca692582ec31f8f5ad652a2fc9 +MESALIB_VERSION := 25.0.3 +MESALIB_MD5 := 42502c44e1e3e9ea9700c8c4e50b0f7c MESALIB := mesa-$(MESALIB_VERSION) MESALIB_SUFFIX := tar.xz MESALIB_URL := \ @@ -186,7 +186,6 @@ MESALIB_CONF_OPT := \ -Degl-lib-suffix= \ -Degl-native-platform=auto \ -Denable-glcpp-tests=false \ - -Dexecmem=true \ -Dexpat=enabled \ -Dfreedreno-kmds=msm \ -Dgallium-d3d10-dll-name=libgallium_d3d10 \ @@ -214,13 +213,13 @@ MESALIB_CONF_OPT := \ -Dglx-direct=true \ -Dglx-read-only-text=false \ -Dgpuvis=false \ - -Dinstall-mesa-clc=false \ - -Dinstall-precomp-compiler=false \ -Dhtml-docs=disabled \ -Dhtml-docs-path= \ -Dimagination-srv=false \ -Dinstall-intel-clc=false \ -Dinstall-intel-gpu-tests=false \ + -Dinstall-mesa-clc=false \ + -Dinstall-precomp-compiler=false \ -Dintel-bvh-grl=false \ -Dintel-clc=system \ -Dintel-elk=true \ -- 2.39.5