sway/wlroots: update

move forward to current dev position. This fixes a nasty bug where
sometimes caps_lock toggle got activated without request
This commit is contained in:
Markus Volk
2022-04-05 11:12:48 +02:00
parent eb8ad5423c
commit 6dfc1ecd9b
2 changed files with 5 additions and 5 deletions

View File

@ -18,7 +18,7 @@ DEPENDS += " \
libinput \
libxkbcommon \
pango \
pcre \
pcre2 \
pixman \
virtual/libgles2 \
wayland \
@ -37,10 +37,10 @@ RRECOMMENDS:${PN} ?= " \
"
SRC_URI = " \
git://github.com/swaywm/sway.git;protocol=https;branch=v1.7 \
git://github.com/swaywm/sway.git;protocol=https;branch=master \
"
SRCREV = "5543acff06981639086bc9a0fc9b608796a23e84"
SRCREV = "8f036b6f788e45a36d3126a661913dd38008cc41"
PV = "1.7"
S = "${WORKDIR}/git"