mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] xorgproto: version bump 2019.1 -> 2021.5
@ 2022-02-23 13:34 Philipp Zabel
  2022-02-28 12:09 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2022-02-23 13:34 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 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


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

* Re: [ptxdist] [APPLIED] xorgproto: version bump 2019.1 -> 2021.5
  2022-02-23 13:34 [ptxdist] [PATCH] xorgproto: version bump 2019.1 -> 2021.5 Philipp Zabel
@ 2022-02-28 12:09 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2022-02-28 12:09 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Thanks, applied as 49dcd7ff58bfafeedb43c0b0c1d066d5a58d841a.

Michael

[sent from post-receive hook]

On Mon, 28 Feb 2022 13:09:38 +0100, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20220223133403.39399-1-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> 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


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

end of thread, other threads:[~2022-02-28 12:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-23 13:34 [ptxdist] [PATCH] xorgproto: version bump 2019.1 -> 2021.5 Philipp Zabel
2022-02-28 12:09 ` [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