From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 04 Aug 2021 08:15:10 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mBABK-0004bR-O7 for lore@lore.pengutronix.de; Wed, 04 Aug 2021 08:15:10 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mBABK-0007ak-Ep; Wed, 04 Aug 2021 08:15:10 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mBAAQ-0007KO-32; Wed, 04 Aug 2021 08:14:14 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mBAAP-0008Gg-Ju; Wed, 04 Aug 2021 08:14:13 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1mBAAP-00FORM-JR; Wed, 04 Aug 2021 08:14:13 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Wed, 4 Aug 2021 08:14:13 +0200 Message-Id: <20210804061413.3668313-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210730143138.9696-2-p.zabel@pengutronix.de> References: <20210730143138.9696-2-p.zabel@pengutronix.de> MIME-Version: 1.0 Subject: Re: [ptxdist] [APPLIED] mesalib: version bump 21.1.3 -> 21.1.6 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 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 077626f2add138836f2d2dac7d7195fdc1f253b7. Michael [sent from post-receive hook] On Wed, 04 Aug 2021 08:14:13 +0200, Philipp Zabel wrote: > -Degl-native-platform=auto continues to use the first entry from the > -Dplatforms option as window system for EGL_DEFAULT_DISPLAY. > > Signed-off-by: Philipp Zabel > Message-Id: <20210730143138.9696-2-p.zabel@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/host-mesalib.make b/rules/host-mesalib.make > index ba8177aeafbd..95794c4c99bd 100644 > --- a/rules/host-mesalib.make > +++ b/rules/host-mesalib.make > @@ -29,6 +29,7 @@ HOST_MESALIB_CONF_OPT := \ > -Ddri3=disabled \ > -Degl=disabled \ > -Degl-lib-suffix= \ > + -Degl-native-platform=auto \ > -Dfreedreno-kgsl=false \ > -Dgallium-drivers= \ > -Dgallium-extra-hud=false \ > diff --git a/rules/mesalib.make b/rules/mesalib.make > index 3ff3a09bd2f3..043d0d7599b5 100644 > --- a/rules/mesalib.make > +++ b/rules/mesalib.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_MESALIB) += mesalib > # > # Paths and names > # > -MESALIB_VERSION := 21.1.3 > -MESALIB_MD5 := 0d6e96ca75cf8decc6f8a8a75c729ab9 > +MESALIB_VERSION := 21.1.6 > +MESALIB_MD5 := 115a4b7383982f03b2aa5b91d1a8a259 > MESALIB := mesa-$(MESALIB_VERSION) > MESALIB_SUFFIX := tar.xz > MESALIB_URL := \ > @@ -125,6 +125,7 @@ MESALIB_CONF_OPT := \ > -Ddri3=$(call ptx/endis, PTXCONF_MESALIB_DRI3)d \ > -Degl=$(call ptx/endis, PTXCONF_MESALIB_EGL)d \ > -Degl-lib-suffix= \ > + -Degl-native-platform=auto \ > -Dfreedreno-kgsl=false \ > -Dgallium-drivers=$(subst $(space),$(comma),$(MESALIB_GALLIUM_DRIVERS-y)) \ > -Dgallium-extra-hud=$(call ptx/truefalse, PTXCONF_MESALIB_EXTENDED_HUD) \ _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de