From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 18 Feb 2022 17:07:41 +0100 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nL5nJ-0032BG-GZ for lore@lore.pengutronix.de; Fri, 18 Feb 2022 17:07:41 +0100 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1nL5nI-00018K-RG; Fri, 18 Feb 2022 17:07:40 +0100 Received: from dude02.hi.pengutronix.de ([2001:67c:670:100:1d::28] helo=dude02.pengutronix.de.) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1nL5nA-00018B-By for ptxdist@pengutronix.de; Fri, 18 Feb 2022 17:07:32 +0100 From: Philipp Zabel To: ptxdist@pengutronix.de Date: Fri, 18 Feb 2022 17:07:31 +0100 Message-Id: <20220218160731.702864-1-p.zabel@pengutronix.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Subject: [ptxdist] [PATCH] wlroots: version bump 0.14.1 -> 0.15.0 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list 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 Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Requires Wayland 1.20.0, wayland-protocols 1.24 and Meson 0.58.1. Signed-off-by: Philipp Zabel --- 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