mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-26 13:38:22 +01:00
c96e15cd5e
The meson option for xwayland was dropped with d3fb99d6654325ec46277cfdb589f89316bed701. The rework was to make oelint-adv more happy. Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de>
11 lines
264 B
BlitzBasic
11 lines
264 B
BlitzBasic
require cage.inc
|
|
|
|
DEPENDS += "\
|
|
wlroots-0.16 \
|
|
"
|
|
|
|
SRCREV = "83ffc574be860527814c595756a558c228a3475d"
|
|
|
|
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'xwayland', d)}"
|
|
PACKAGECONFIG[xwayland] = "-Dxwayland=true,-Dxwayland=false,xserver-xorg,xwayland"
|