From 30d4b4f1f6238a4260c0b9faa3f58a6c35ab7e12 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Wed, 26 Oct 2022 13:56:24 +0200 Subject: [PATCH] wlroots/sway: update wayland-protocols 1.27 are needed. Wont run on langdale. --- recipes-wlroots/sway/sway_git.bb | 4 ++-- recipes-wlroots/wlroots/wlroots_git.bb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-wlroots/sway/sway_git.bb b/recipes-wlroots/sway/sway_git.bb index bc55a41..282d601 100644 --- a/recipes-wlroots/sway/sway_git.bb +++ b/recipes-wlroots/sway/sway_git.bb @@ -25,7 +25,7 @@ DEPENDS += " \ wayland-native \ wayland-protocols \ " -# sways default config makes use of it + RDEPENDS:${PN} ?= "swaybg python3 python-i3ipc" RRECOMMENDS:${PN} ?= " \ @@ -40,7 +40,7 @@ SRC_URI = " \ git://github.com/swaywm/sway.git;protocol=https;branch=master \ " -SRCREV = "7a6afc51995aebea4c78d87d3297806e31a66563" +SRCREV = "9d99bb956fea8922f8e0196d67eabbd510c53f1f" PV = "1.7" S = "${WORKDIR}/git" diff --git a/recipes-wlroots/wlroots/wlroots_git.bb b/recipes-wlroots/wlroots/wlroots_git.bb index 9b60a98..851a6f6 100644 --- a/recipes-wlroots/wlroots/wlroots_git.bb +++ b/recipes-wlroots/wlroots/wlroots_git.bb @@ -37,7 +37,7 @@ PACKAGECONFIG ?= " \ " SRC_URI = "git://gitlab.freedesktop.org/wlroots/wlroots.git;branch=master;protocol=https" -SRCREV = "11192e69308ff48c0f3ec40fb572c4e8e4ad13d8" +SRCREV = "a773231c42812e56c5966fc6a035aa9c6108175a" PV = "0.15.1" S = "${WORKDIR}/git"