mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH v2] wlroots: version bump 0.10.0 -> 0.11.0
@ 2020-07-17 10:36 Philipp Zabel
  2020-08-17  6:18 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2020-07-17 10:36 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
Changes since v1:
 - drop LIBCAP select
---
 rules/wlroots.in   | 5 -----
 rules/wlroots.make | 5 ++---
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/rules/wlroots.in b/rules/wlroots.in
index 8b3fc250604b..0a384867fab7 100644
--- a/rules/wlroots.in
+++ b/rules/wlroots.in
@@ -15,7 +15,6 @@ menuconfig WLROOTS
 	select UDEV
 	select UDEV_LIBUDEV
 	select PIXMAN
-	select LIBCAP			if WLROOTS_LIBCAP
 	select SYSTEMD			if WLROOTS_SYSTEMD
 	select SYSTEMD_LOGIND		if WLROOTS_SYSTEMD_LOGIND
 	prompt "wlroots                       "
@@ -25,10 +24,6 @@ menuconfig WLROOTS
 
 if WLROOTS
 
-config WLROOTS_LIBCAP
-	bool
-	prompt "support rootless session via libcap"
-
 config WLROOTS_SYSTEMD
 	bool
 	default INITMETHOD_SYSTEMD
diff --git a/rules/wlroots.make b/rules/wlroots.make
index 76ed4bf78b7b..d866e14a7551 100644
--- a/rules/wlroots.make
+++ b/rules/wlroots.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_WLROOTS) += wlroots
 #
 # Paths and names
 #
-WLROOTS_VERSION	:= 0.10.0
-WLROOTS_MD5	:= 758fa2f41ea888572db8052897b4482f
+WLROOTS_VERSION	:= 0.11.0
+WLROOTS_MD5	:= 3ed69ea05c4d3a05f96a9a859cb5f333
 WLROOTS		:= wlroots-$(WLROOTS_VERSION)
 WLROOTS_SUFFIX	:= tar.gz
 WLROOTS_URL	:= https://github.com/swaywm/wlroots/archive/$(WLROOTS_VERSION).$(WLROOTS_SUFFIX)
@@ -30,7 +30,6 @@ WLROOTS_LICENSE	:= MIT
 WLROOTS_CONF_TOOL := meson
 WLROOTS_CONF_OPT := \
 	$(CROSS_MESON_USR) \
-	-Dlibcap=$(call ptx/endis, PTXCONF_WLROOTS_LIBCAP)d \
 	-Dlogind=$(call ptx/endis, PTXCONF_WLROOTS_SYSTEMD_LOGIND)d \
 	-Dlogind-provider=systemd \
 	-Dxcb-errors=disabled \
-- 
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] wlroots: version bump 0.10.0 -> 0.11.0
  2020-07-17 10:36 [ptxdist] [PATCH v2] wlroots: version bump 0.10.0 -> 0.11.0 Philipp Zabel
@ 2020-08-17  6:18 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2020-08-17  6:18 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Thanks, applied as 88c597d88cbeef16aa8d075e1b9696b0d08ee491.

Michael

[sent from post-receive hook]

On Mon, 17 Aug 2020 08:18:23 +0200, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20200717103645.21003-1-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/wlroots.in b/rules/wlroots.in
> index 8b3fc250604b..0a384867fab7 100644
> --- a/rules/wlroots.in
> +++ b/rules/wlroots.in
> @@ -15,7 +15,6 @@ menuconfig WLROOTS
>  	select UDEV
>  	select UDEV_LIBUDEV
>  	select PIXMAN
> -	select LIBCAP			if WLROOTS_LIBCAP
>  	select SYSTEMD			if WLROOTS_SYSTEMD
>  	select SYSTEMD_LOGIND		if WLROOTS_SYSTEMD_LOGIND
>  	prompt "wlroots                       "
> @@ -25,10 +24,6 @@ menuconfig WLROOTS
>  
>  if WLROOTS
>  
> -config WLROOTS_LIBCAP
> -	bool
> -	prompt "support rootless session via libcap"
> -
>  config WLROOTS_SYSTEMD
>  	bool
>  	default INITMETHOD_SYSTEMD
> diff --git a/rules/wlroots.make b/rules/wlroots.make
> index 76ed4bf78b7b..d866e14a7551 100644
> --- a/rules/wlroots.make
> +++ b/rules/wlroots.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_WLROOTS) += wlroots
>  #
>  # Paths and names
>  #
> -WLROOTS_VERSION	:= 0.10.0
> -WLROOTS_MD5	:= 758fa2f41ea888572db8052897b4482f
> +WLROOTS_VERSION	:= 0.11.0
> +WLROOTS_MD5	:= 3ed69ea05c4d3a05f96a9a859cb5f333
>  WLROOTS		:= wlroots-$(WLROOTS_VERSION)
>  WLROOTS_SUFFIX	:= tar.gz
>  WLROOTS_URL	:= https://github.com/swaywm/wlroots/archive/$(WLROOTS_VERSION).$(WLROOTS_SUFFIX)
> @@ -30,7 +30,6 @@ WLROOTS_LICENSE	:= MIT
>  WLROOTS_CONF_TOOL := meson
>  WLROOTS_CONF_OPT := \
>  	$(CROSS_MESON_USR) \
> -	-Dlibcap=$(call ptx/endis, PTXCONF_WLROOTS_LIBCAP)d \
>  	-Dlogind=$(call ptx/endis, PTXCONF_WLROOTS_SYSTEMD_LOGIND)d \
>  	-Dlogind-provider=systemd \
>  	-Dxcb-errors=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] 2+ messages in thread

end of thread, other threads:[~2020-08-17  6:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-17 10:36 [ptxdist] [PATCH v2] wlroots: version bump 0.10.0 -> 0.11.0 Philipp Zabel
2020-08-17  6:18 ` [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