wlroots: add xwayland DISTRO_FEATURE

This commit is contained in:
Markus Volk 2022-05-15 17:42:20 +02:00
parent 5fc514189d
commit fa2c04532f

View File

@ -32,10 +32,7 @@ PACKAGECONFIG[x11] = ",,xcb-util-renderutil"
PACKAGECONFIG[xwayland] = "-Dxwayland=enabled,-Dxwayland=disabled,xwayland xcb-util-wm" PACKAGECONFIG[xwayland] = "-Dxwayland=enabled,-Dxwayland=disabled,xwayland xcb-util-wm"
PACKAGECONFIG ?= " \ PACKAGECONFIG ?= " \
${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ ${@bb.utils.filter('DISTRO_FEATURES', 'systemd sysvinit vulkan x11 xwayland', d)} \
${@bb.utils.filter('DISTRO_FEATURES', 'sysvinit', d)} \
${@bb.utils.filter('DISTRO_FEATURES', 'vulkan', d)} \
${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)} \
libinput \ libinput \
" "