From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from dude02.hi.pengutronix.de ([2001:67c:670:100:1d::28]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jwJZw-0004TH-2d for ptxdist@pengutronix.de; Fri, 17 Jul 2020 08:10:40 +0200 Received: from mol by dude02.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1jwJZv-0000G2-Qh for ptxdist@pengutronix.de; Fri, 17 Jul 2020 08:10:39 +0200 Date: Fri, 17 Jul 2020 08:10:39 +0200 From: Michael Olbrich Message-ID: <20200717061039.GB27485@pengutronix.de> References: <20200716115433.2937-1-p.zabel@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200716115433.2937-1-p.zabel@pengutronix.de> Subject: Re: [ptxdist] [PATCH] wlroots: version bump 0.10.0 -> 0.11.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 On Thu, Jul 16, 2020 at 01:54:33PM +0200, Philipp Zabel wrote: > Signed-off-by: Philipp Zabel > --- > rules/wlroots.in | 4 ---- > rules/wlroots.make | 5 ++--- > 2 files changed, 2 insertions(+), 7 deletions(-) > > diff --git a/rules/wlroots.in b/rules/wlroots.in > index 8b3fc250604b..17675cc90234 100644 > --- a/rules/wlroots.in > +++ b/rules/wlroots.in > @@ -25,10 +25,6 @@ menuconfig WLROOTS > > if WLROOTS > > -config WLROOTS_LIBCAP > - bool > - prompt "support rootless session via libcap" > - This is still used above to select libcap. Michael > 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 > -- 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