From 50d612658409c2bff9b70eaea213a94e2cc7fc46 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Wed, 21 May 2025 16:07:25 +0200 Subject: [PATCH] wlroots: update to wlroots-0.19 --- recipes-wlroots/wlroots/wlroots-0.19.bb | 6 +++--- recipes-wlroots/wlroots/wlroots_git.bb | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/recipes-wlroots/wlroots/wlroots-0.19.bb b/recipes-wlroots/wlroots/wlroots-0.19.bb index 7c032e1..00515dd 100644 --- a/recipes-wlroots/wlroots/wlroots-0.19.bb +++ b/recipes-wlroots/wlroots/wlroots-0.19.bb @@ -39,9 +39,9 @@ PACKAGECONFIG ?= " \ libliftoff \ " -SRC_URI = "git://gitlab.freedesktop.org/wlroots/wlroots.git;branch=master;protocol=https" -SRCREV = "156d47c8665e7508623e3e96db0b0300742db937" -PV = "0.19-rc3" +SRC_URI = "git://gitlab.freedesktop.org/wlroots/wlroots.git;branch=0.19;protocol=https" +SRCREV = "13a62a23a258d96f902c740310d5c7c59784a4d1" +PV = "0.19.0" S = "${WORKDIR}/git" diff --git a/recipes-wlroots/wlroots/wlroots_git.bb b/recipes-wlroots/wlroots/wlroots_git.bb index 378171b..c54df4b 100644 --- a/recipes-wlroots/wlroots/wlroots_git.bb +++ b/recipes-wlroots/wlroots/wlroots_git.bb @@ -40,8 +40,8 @@ PACKAGECONFIG ?= " \ " SRC_URI = "git://gitlab.freedesktop.org/wlroots/wlroots.git;branch=master;protocol=https" -SRCREV = "99da6ccc87c2439b19c9298df6b72b29bbab89bb" -PV = "0.19-dev" +SRCREV = "170f7e070603f0ecdadc4527c65bc08b62073e58" +PV = "0.20-dev" S = "${WORKDIR}/git"