mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-13 06:24:28 +02:00
wlroots/sway: update
This commit is contained in:
@ -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
|
||||
|
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user