From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 28 Feb 2022 13:12:30 +0100 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nOetC-00DDUq-RV for lore@lore.pengutronix.de; Mon, 28 Feb 2022 13:12:30 +0100 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 1nOetC-0005rB-9I; Mon, 28 Feb 2022 13:12:30 +0100 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 1nOeqS-00021X-4o; Mon, 28 Feb 2022 13:09:40 +0100 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1nOeqS-001oSB-4O; Mon, 28 Feb 2022 13:09:39 +0100 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1nOeqQ-00BEaD-O0; Mon, 28 Feb 2022 13:09:38 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 28 Feb 2022 13:09:38 +0100 Message-Id: <20220228120938.2676444-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220223133403.39399-1-p.zabel@pengutronix.de> References: <20220223133403.39399-1-p.zabel@pengutronix.de> MIME-Version: 1.0 Subject: Re: [ptxdist] [APPLIED] xorgproto: version bump 2019.1 -> 2021.5 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 49dcd7ff58bfafeedb43c0b0c1d066d5a58d841a. Michael [sent from post-receive hook] On Mon, 28 Feb 2022 13:09:38 +0100, Philipp Zabel wrote: > Signed-off-by: Philipp Zabel > Message-Id: <20220223133403.39399-1-p.zabel@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/xorgproto.in b/rules/xorgproto.in > index 31b3eade451c..a97d5e9dc02a 100644 > --- a/rules/xorgproto.in > +++ b/rules/xorgproto.in > @@ -2,4 +2,5 @@ > > config XORGPROTO > tristate > + select HOST_MESON > default y if ALLYES > diff --git a/rules/xorgproto.make b/rules/xorgproto.make > index c25c05674ec9..e26cd19816fd 100644 > --- a/rules/xorgproto.make > +++ b/rules/xorgproto.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_XORGPROTO) += xorgproto > # > # Paths and names > # > -XORGPROTO_VERSION := 2019.1 > -XORGPROTO_MD5 := 802ccb9e977ba3cf94ba798ddb2898a4 > +XORGPROTO_VERSION := 2021.5 > +XORGPROTO_MD5 := bff0c9a6a060ecde954e255a2d1d9a22 > XORGPROTO := xorgproto-$(XORGPROTO_VERSION) > XORGPROTO_SUFFIX := tar.bz2 > XORGPROTO_URL := $(call ptx/mirror, XORG, individual/proto/$(XORGPROTO).$(XORGPROTO_SUFFIX)) > @@ -30,15 +30,9 @@ XORGPROTO_LICENSE := X11 AND MIT AND BSD-2-Clause > # > # autoconf > # > -XORGPROTO_CONF_TOOL := autoconf > +XORGPROTO_CONF_TOOL := meson > XORGPROTO_CONF_OPT := \ > - $(CROSS_AUTOCONF_USR) \ > - --disable-selective-werror \ > - --disable-strict-compilation \ > - --enable-specs \ > - --enable-legacy \ > - --without-xmlto \ > - --without-fop \ > - --without-xsltproc > + $(CROSS_MESON_USR) \ > + -Dlegacy=true > > # vim: syntax=make _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de