mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-27 05:58:22 +01:00
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:
parent
eb8ad5423c
commit
6dfc1ecd9b
@ -18,7 +18,7 @@ DEPENDS += " \
|
|||||||
libinput \
|
libinput \
|
||||||
libxkbcommon \
|
libxkbcommon \
|
||||||
pango \
|
pango \
|
||||||
pcre \
|
pcre2 \
|
||||||
pixman \
|
pixman \
|
||||||
virtual/libgles2 \
|
virtual/libgles2 \
|
||||||
wayland \
|
wayland \
|
||||||
@ -37,10 +37,10 @@ RRECOMMENDS:${PN} ?= " \
|
|||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI = " \
|
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"
|
PV = "1.7"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
@ -39,8 +39,8 @@ PACKAGECONFIG ?= " \
|
|||||||
libinput \
|
libinput \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI = "git://gitlab.freedesktop.org/wlroots/wlroots.git;branch=0.15;protocol=https"
|
SRC_URI = "git://gitlab.freedesktop.org/wlroots/wlroots.git;branch=master;protocol=https"
|
||||||
SRCREV = "29938b74251e826f3778f6bf9c54974a30488cc1"
|
SRCREV = "2e14bed9f790c29146b0eee70eab7d8c704876e9"
|
||||||
PV = "0.15.1"
|
PV = "0.15.1"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
Loading…
Reference in New Issue
Block a user