From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: In-Reply-To: <20210201145317.13302-1-p.zabel@pengutronix.de> MIME-Version: 1.0 Message-Id: From: Michael Olbrich Date: Wed, 03 Feb 2021 08:11:38 +0100 Subject: Re: [ptxdist] [APPLIED] wayland: version bump 1.18.0 -> 1.19.0 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 Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Philipp Zabel Thanks, applied as b4c0b522b29ca08c8fd695d3b837f4bb2b443c3b. Michael [sent from post-receive hook] On Wed, 03 Feb 2021 08:11:38 +0100, Philipp Zabel wrote: > Add scanner config option and order options alphabetically. > > Signed-off-by: Philipp Zabel > Message-Id: <20210201145317.13302-1-p.zabel@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/host-wayland.make b/rules/host-wayland.make > index 59b2696d5973..49ddb200ed90 100644 > --- a/rules/host-wayland.make > +++ b/rules/host-wayland.make > @@ -21,9 +21,10 @@ HOST_PACKAGES-$(PTXCONF_HOST_WAYLAND) += host-wayland > HOST_WAYLAND_CONF_TOOL := meson > HOST_WAYLAND_CONF_OPT := \ > $(HOST_MESON_OPT) \ > - -Dlibraries=false \ > -Ddocumentation=false \ > -Ddtd_validation=false \ > - -Dicon_directory= > + -Dicon_directory= \ > + -Dlibraries=false \ > + -Dscanner=true > > # vim: syntax=make > diff --git a/rules/wayland.make b/rules/wayland.make > index e276686fa1d1..b237a97016ff 100644 > --- a/rules/wayland.make > +++ b/rules/wayland.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_WAYLAND) += wayland > # > # Paths and names > # > -WAYLAND_VERSION := 1.18.0 > -WAYLAND_MD5 := 23317697b6e3ff2e1ac8c5ba3ed57b65 > +WAYLAND_VERSION := 1.19.0 > +WAYLAND_MD5 := 5d59ac3d8a8f4e42de2ceb8bb19dfca9 > WAYLAND := wayland-$(WAYLAND_VERSION) > WAYLAND_SUFFIX := tar.xz > WAYLAND_URL := http://wayland.freedesktop.org/releases/$(WAYLAND).$(WAYLAND_SUFFIX) > @@ -37,10 +37,11 @@ WAYLAND_CONF_ENV := \ > WAYLAND_CONF_TOOL := meson > WAYLAND_CONF_OPT := \ > $(CROSS_MESON_USR) \ > - -Dlibraries=true \ > -Ddocumentation=false \ > -Ddtd_validation=false \ > - -Dicon_directory= > + -Dicon_directory= \ > + -Dlibraries=true \ > + -Dscanner=true > > # ---------------------------------------------------------------------------- > # Install _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de