wlroots/sway: update

A vulkan renderer has been added to wlroots. Vulkan support is not ready for panfrost yet,
but it is at least buildable and other platforms may benefit from it.
Adjust the Recipe to automatically build the renderer if vulkan is in DISTRO_FEATURES.
This commit is contained in:
MarkusVolk
2021-10-20 16:58:01 +02:00
parent a3f1aad93e
commit b6fec358ff
2 changed files with 19 additions and 10 deletions

View File

@ -40,7 +40,7 @@ SRC_URI = " \
git://github.com/swaywm/sway.git;protocol=https;branch=master \
"
SRCREV = "8aae6a8eab95bf39f37a8a8048cbb1e1954484d3"
SRCREV = "215787e8b28d4e52d97bdcadd4b64305c7a62ac5"
PV = "1.6.1+${SRCREV}"
S = "${WORKDIR}/git"