mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] wlroots: version bump 0.14.1 -> 0.15.0
@ 2022-02-18 16:07 Philipp Zabel
  2022-02-21  7:50 ` Michael Olbrich
  2022-02-28 12:09 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 2 replies; 3+ messages in thread
From: Philipp Zabel @ 2022-02-18 16:07 UTC (permalink / raw)
  To: ptxdist

Requires Wayland 1.20.0, wayland-protocols 1.24 and Meson 0.58.1.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 rules/wlroots.make | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/rules/wlroots.make b/rules/wlroots.make
index 4dcbf04031d4..77dc6e25281b 100644
--- a/rules/wlroots.make
+++ b/rules/wlroots.make
@@ -14,11 +14,11 @@ PACKAGES-$(PTXCONF_WLROOTS) += wlroots
 #
 # Paths and names
 #
-WLROOTS_VERSION	:= 0.14.1
-WLROOTS_MD5	:= 3fbe8f81d2ba59362f041940869ed1e2
+WLROOTS_VERSION	:= 0.15.0
+WLROOTS_MD5	:= e81f53b9c09a97447a9615e7461120f1
 WLROOTS		:= wlroots-$(WLROOTS_VERSION)
-WLROOTS_SUFFIX	:= tar.gz
-WLROOTS_URL	:= https://github.com/swaywm/wlroots/archive/$(WLROOTS_VERSION).$(WLROOTS_SUFFIX)
+WLROOTS_SUFFIX	:= tar.bz2
+WLROOTS_URL	:= https://gitlab.freedesktop.org/wlroots/wlroots/-/archive/$(WLROOTS_VERSION)/$(WLROOTS).$(WLROOTS_SUFFIX)
 WLROOTS_SOURCE	:= $(SRCDIR)/$(WLROOTS).$(WLROOTS_SUFFIX)
 WLROOTS_DIR	:= $(BUILDDIR)/$(WLROOTS)
 WLROOTS_LICENSE	:= MIT
@@ -30,10 +30,10 @@ WLROOTS_LICENSE	:= MIT
 WLROOTS_CONF_TOOL := meson
 WLROOTS_CONF_OPT := \
 	$(CROSS_MESON_USR) \
+	-Dbackends=drm,libinput \
 	-Dexamples=false \
 	-Dicon_directory= \
 	-Drenderers=gles2 \
-	-Dx11-backend=disabled \
 	-Dxcb-errors=disabled \
 	-Dxwayland=disabled
 
-- 
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] 3+ messages in thread

* Re: [ptxdist] [PATCH] wlroots: version bump 0.14.1 -> 0.15.0
  2022-02-18 16:07 [ptxdist] [PATCH] wlroots: version bump 0.14.1 -> 0.15.0 Philipp Zabel
@ 2022-02-21  7:50 ` Michael Olbrich
  2022-02-28 12:09 ` [ptxdist] [APPLIED] " Michael Olbrich
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Olbrich @ 2022-02-21  7:50 UTC (permalink / raw)
  To: Philipp Zabel; +Cc: ptxdist

On Fri, Feb 18, 2022 at 05:07:31PM +0100, Philipp Zabel wrote:
> Requires Wayland 1.20.0, wayland-protocols 1.24 and Meson 0.58.1.

Right, and the wayland update is still stuck due to build errors.

Michael

> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> ---
>  rules/wlroots.make | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/rules/wlroots.make b/rules/wlroots.make
> index 4dcbf04031d4..77dc6e25281b 100644
> --- a/rules/wlroots.make
> +++ b/rules/wlroots.make
> @@ -14,11 +14,11 @@ PACKAGES-$(PTXCONF_WLROOTS) += wlroots
>  #
>  # Paths and names
>  #
> -WLROOTS_VERSION	:= 0.14.1
> -WLROOTS_MD5	:= 3fbe8f81d2ba59362f041940869ed1e2
> +WLROOTS_VERSION	:= 0.15.0
> +WLROOTS_MD5	:= e81f53b9c09a97447a9615e7461120f1
>  WLROOTS		:= wlroots-$(WLROOTS_VERSION)
> -WLROOTS_SUFFIX	:= tar.gz
> -WLROOTS_URL	:= https://github.com/swaywm/wlroots/archive/$(WLROOTS_VERSION).$(WLROOTS_SUFFIX)
> +WLROOTS_SUFFIX	:= tar.bz2
> +WLROOTS_URL	:= https://gitlab.freedesktop.org/wlroots/wlroots/-/archive/$(WLROOTS_VERSION)/$(WLROOTS).$(WLROOTS_SUFFIX)
>  WLROOTS_SOURCE	:= $(SRCDIR)/$(WLROOTS).$(WLROOTS_SUFFIX)
>  WLROOTS_DIR	:= $(BUILDDIR)/$(WLROOTS)
>  WLROOTS_LICENSE	:= MIT
> @@ -30,10 +30,10 @@ WLROOTS_LICENSE	:= MIT
>  WLROOTS_CONF_TOOL := meson
>  WLROOTS_CONF_OPT := \
>  	$(CROSS_MESON_USR) \
> +	-Dbackends=drm,libinput \
>  	-Dexamples=false \
>  	-Dicon_directory= \
>  	-Drenderers=gles2 \
> -	-Dx11-backend=disabled \
>  	-Dxcb-errors=disabled \
>  	-Dxwayland=disabled
>  
> -- 
> 2.30.2
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
> To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

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


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

* Re: [ptxdist] [APPLIED] wlroots: version bump 0.14.1 -> 0.15.0
  2022-02-18 16:07 [ptxdist] [PATCH] wlroots: version bump 0.14.1 -> 0.15.0 Philipp Zabel
  2022-02-21  7:50 ` Michael Olbrich
@ 2022-02-28 12:09 ` Michael Olbrich
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Olbrich @ 2022-02-28 12:09 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Thanks, applied as 4fe3591f868b7f77f3a0e48ed5291a02cbc65138.

Michael

[sent from post-receive hook]

On Mon, 28 Feb 2022 13:09:09 +0100, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Requires Wayland 1.20.0, wayland-protocols 1.24 and Meson 0.58.1.
> 
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20220218160731.702864-1-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/wlroots.make b/rules/wlroots.make
> index 4dcbf04031d4..77dc6e25281b 100644
> --- a/rules/wlroots.make
> +++ b/rules/wlroots.make
> @@ -14,11 +14,11 @@ PACKAGES-$(PTXCONF_WLROOTS) += wlroots
>  #
>  # Paths and names
>  #
> -WLROOTS_VERSION	:= 0.14.1
> -WLROOTS_MD5	:= 3fbe8f81d2ba59362f041940869ed1e2
> +WLROOTS_VERSION	:= 0.15.0
> +WLROOTS_MD5	:= e81f53b9c09a97447a9615e7461120f1
>  WLROOTS		:= wlroots-$(WLROOTS_VERSION)
> -WLROOTS_SUFFIX	:= tar.gz
> -WLROOTS_URL	:= https://github.com/swaywm/wlroots/archive/$(WLROOTS_VERSION).$(WLROOTS_SUFFIX)
> +WLROOTS_SUFFIX	:= tar.bz2
> +WLROOTS_URL	:= https://gitlab.freedesktop.org/wlroots/wlroots/-/archive/$(WLROOTS_VERSION)/$(WLROOTS).$(WLROOTS_SUFFIX)
>  WLROOTS_SOURCE	:= $(SRCDIR)/$(WLROOTS).$(WLROOTS_SUFFIX)
>  WLROOTS_DIR	:= $(BUILDDIR)/$(WLROOTS)
>  WLROOTS_LICENSE	:= MIT
> @@ -30,10 +30,10 @@ WLROOTS_LICENSE	:= MIT
>  WLROOTS_CONF_TOOL := meson
>  WLROOTS_CONF_OPT := \
>  	$(CROSS_MESON_USR) \
> +	-Dbackends=drm,libinput \
>  	-Dexamples=false \
>  	-Dicon_directory= \
>  	-Drenderers=gles2 \
> -	-Dx11-backend=disabled \
>  	-Dxcb-errors=disabled \
>  	-Dxwayland=disabled
>  

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


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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-18 16:07 [ptxdist] [PATCH] wlroots: version bump 0.14.1 -> 0.15.0 Philipp Zabel
2022-02-21  7:50 ` Michael Olbrich
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