wlroots/sway: update

This commit is contained in:
MarkusVolk
2021-10-08 23:19:31 +02:00
parent a84522f96f
commit 6ad2a564f8
4 changed files with 18 additions and 7 deletions

View File

@ -37,11 +37,11 @@ RRECOMMENDS:${PN} ?= " \
"
SRC_URI = " \
git://github.com/swaywm/sway.git;protocol=https;branch=v1.6 \
git://github.com/swaywm/sway.git;protocol=https;branch=master \
"
SRCREV = "${PV}"
PV = "1.6.1"
SRCREV = "8aae6a8eab95bf39f37a8a8048cbb1e1954484d3"
PV = "1.6.1+${SRCREV}"
S = "${WORKDIR}/git"
inherit meson pkgconfig features_check

View File

@ -24,16 +24,17 @@ DEPENDS += " \
"
PACKAGECONFIG[gles2] = "-Drenderers=gles2"
PACKAGECONFIG[x11-backend] = "-Dx11-backend=enabled,-Dx11-backend=disabled,xcb-util-renderutil"
PACKAGECONFIG[x11] = "-Dbackends=x11,,xcb-util-renderutil"
PACKAGECONFIG[xwayland] = "-Dxwayland=enabled,-Dxwayland=disabled,xserver-xorg xcb-util-wm"
PACKAGECONFIG[examples] = "-Dexamples=true,-Dexamples=false"
PACKAGECONFIG ?= " \
gles2 \
"
SRC_URI = "git://github.com/swaywm/wlroots.git;branch=0.14;protocol=https"
SRCREV = "${PV}"
PV = "0.14.1"
SRC_URI = "git://github.com/swaywm/wlroots.git;branch=master;protocol=https"
SRCREV = "13cdb84ee8df248db3b303fd4d1c0e3e75db2794"
PV = "0.14.1+${SRCREV}"
S = "${WORKDIR}/git"