From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 23 Feb 2022 14:34:09 +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 1nMrmT-007ejL-Gy for lore@lore.pengutronix.de; Wed, 23 Feb 2022 14:34:09 +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 1nMrmS-0002Ms-Ms; Wed, 23 Feb 2022 14:34:08 +0100 Received: from dude02.hi.pengutronix.de ([2001:67c:670:100:1d::28] helo=dude02.pengutronix.de.) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1nMrmP-0002Mj-BV for ptxdist@pengutronix.de; Wed, 23 Feb 2022 14:34:05 +0100 From: Philipp Zabel To: ptxdist@pengutronix.de Date: Wed, 23 Feb 2022 14:34:03 +0100 Message-Id: <20220223133403.39399-1-p.zabel@pengutronix.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Subject: [ptxdist] [PATCH] 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 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 Signed-off-by: Philipp Zabel --- rules/xorgproto.in | 1 + rules/xorgproto.make | 16 +++++----------- 2 files changed, 6 insertions(+), 11 deletions(-) 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 -- 2.30.2 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de