mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-19 20:08:27 +01:00
wlroots/sway: update
This commit is contained in:
parent
a84522f96f
commit
6ad2a564f8
7
recipes-devtools/meson/meson_%.bbappend
Normal file
7
recipes-devtools/meson/meson_%.bbappend
Normal file
@ -0,0 +1,7 @@
|
||||
SRC_URI:remove = " file://0003-native_bindir.patch \"
|
||||
SRC_URI:remove = " file://gi-target-dep.patch \"
|
||||
SRC_URI:remove = " file://0001-Make-CPU-family-warnings-fatal.patch \"
|
||||
PV = "0.59.0"
|
||||
SRC_URI[sha256sum] = "e376c298df64b643dfe01eccb2d7b6f1e02e95aa38c19f19d120d129612ce476"
|
||||
|
||||
|
3
recipes-graphics/wayland/wayland-protocols_%.bbappend
Normal file
3
recipes-graphics/wayland/wayland-protocols_%.bbappend
Normal file
@ -0,0 +1,3 @@
|
||||
PV = "1.23"
|
||||
SRC_URI[sha256sum] = "6c0af1915f96f615927a6270d025bd973ff1c58e521e4ca1fc9abfc914633f76"
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user