From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 27 May 2021 08:46:05 +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 1lm9mP-0002kV-EB for lore@lore.pengutronix.de; Thu, 27 May 2021 08:46:05 +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 1lm9mO-0005kv-5W; Thu, 27 May 2021 08:46:04 +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 1lm9lh-0005kC-FX; Thu, 27 May 2021 08:45:21 +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 1lm9lg-0006Tg-W7; Thu, 27 May 2021 08:45:20 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1lm9lg-00GwiZ-SU; Thu, 27 May 2021 08:45:20 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Thu, 27 May 2021 08:45:20 +0200 Message-Id: <20210527064520.4038779-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210430173227.7492-1-p.zabel@pengutronix.de> References: <20210430173227.7492-1-p.zabel@pengutronix.de> MIME-Version: 1.0 Subject: Re: [ptxdist] [APPLIED] wayland-protocols: version bump 1.20 -> 1.21 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 2fcabbde6e2020edfb962e47cafb3be064058319. Michael [sent from post-receive hook] On Thu, 27 May 2021 08:45:20 +0200, Philipp Zabel wrote: > Switch to Meson build system, add xdg_activation_v1 staging protocol. > > Signed-off-by: Philipp Zabel > Message-Id: <20210430173227.7492-1-p.zabel@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/wayland-protocols.in b/rules/wayland-protocols.in > index dae00d827bb6..c9fab305be98 100644 > --- a/rules/wayland-protocols.in > +++ b/rules/wayland-protocols.in > @@ -2,6 +2,7 @@ > > config WAYLAND_PROTOCOLS > tristate > + select HOST_MESON > select WAYLAND > prompt "wayland protocols" > help > diff --git a/rules/wayland-protocols.make b/rules/wayland-protocols.make > index 93b821cf447a..3820aa6a03b4 100644 > --- a/rules/wayland-protocols.make > +++ b/rules/wayland-protocols.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_WAYLAND_PROTOCOLS) += wayland-protocols > # > # Paths and names > # > -WAYLAND_PROTOCOLS_VERSION := 1.20 > -WAYLAND_PROTOCOLS_MD5 := b0836533a3f2dc6585b1dae00341157f > +WAYLAND_PROTOCOLS_VERSION := 1.21 > +WAYLAND_PROTOCOLS_MD5 := 8196416baac07cd833bcb86b69da41a7 > WAYLAND_PROTOCOLS := wayland-protocols-$(WAYLAND_PROTOCOLS_VERSION) > WAYLAND_PROTOCOLS_SUFFIX := tar.xz > WAYLAND_PROTOCOLS_URL := https://wayland.freedesktop.org/releases/$(WAYLAND_PROTOCOLS).$(WAYLAND_PROTOCOLS_SUFFIX) > @@ -24,8 +24,11 @@ WAYLAND_PROTOCOLS_DIR := $(BUILDDIR)/$(WAYLAND_PROTOCOLS) > WAYLAND_PROTOCOLS_LICENSE := MIT > > # > -# autoconf > +# meson > # > -WAYLAND_PROTOCOLS_CONF_TOOL := autoconf > +WAYLAND_PROTOCOLS_CONF_TOOL := meson > +WAYLAND_PROTOCOLS_CONF_OPT := \ > + $(CROSS_MESON_USR) \ > + -Dtests=false > > # vim: syntax=make _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de