From 285b565abe6e4f722cb750acb89a115d2c3bc471 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sat, 4 Mar 2023 06:45:47 +0100 Subject: [PATCH] sway: update --- recipes-wlroots/sway/sway_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-wlroots/sway/sway_git.bb b/recipes-wlroots/sway/sway_git.bb index 8525502..0b587f5 100644 --- a/recipes-wlroots/sway/sway_git.bb +++ b/recipes-wlroots/sway/sway_git.bb @@ -14,6 +14,7 @@ DEPENDS += " \ cairo \ libevdev \ json-c \ + libdisplay-info \ libdrm \ libinput \ libxkbcommon \ @@ -40,7 +41,7 @@ SRC_URI = " \ git://github.com/swaywm/sway.git;protocol=https;branch=master \ " -SRCREV = "9498e4d2614fce6b29b64fd8a3861c1fb5be4b87" +SRCREV = "51c9376c07639f7876fadc8522d8491d728c7c70" PV = "1.9-dev" S = "${WORKDIR}/git"