mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] wayland: version bump 1.18.0 -> 1.19.0
@ 2021-02-01 14:53 Philipp Zabel
  2021-02-03  7:11 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2021-02-01 14:53 UTC (permalink / raw)
  To: ptxdist

Add scanner config option and order options alphabetically.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 rules/host-wayland.make | 5 +++--
 rules/wayland.make      | 9 +++++----
 2 files changed, 8 insertions(+), 6 deletions(-)

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
-- 
2.20.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] wayland: version bump 1.18.0 -> 1.19.0
  2021-02-01 14:53 [ptxdist] [PATCH] wayland: version bump 1.18.0 -> 1.19.0 Philipp Zabel
@ 2021-02-03  7:11 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2021-02-03  7:11 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Thanks, applied as b4c0b522b29ca08c8fd695d3b837f4bb2b443c3b.

Michael

[sent from post-receive hook]

On Wed, 03 Feb 2021 08:11:38 +0100, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Add scanner config option and order options alphabetically.
> 
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20210201145317.13302-1-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-03  7:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-01 14:53 [ptxdist] [PATCH] wayland: version bump 1.18.0 -> 1.19.0 Philipp Zabel
2021-02-03  7:11 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox