summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorDaiane Angolini <angolini@gmail.com>2026-02-17 14:04:03 -0300
committerDaiane Angolini <daiane.angolini@foundries.io>2026-02-17 14:04:03 -0300
commit56fd088197af86c541e0f9c16cd2e1404ba70761 (patch)
tree7d549b35838c732dff8a7e93dec883357b15f131 /conf
parent11747bf387b9daec5aceef1958160ae91de035e0 (diff)
downloadmeta-freescale-56fd088197af86c541e0f9c16cd2e1404ba70761.tar.gz
fragments: Add XWayland display backend fragment
Add conf/fragments/graphics/xwayland.conf to enable both X11 and Wayland display backends with XWayland support while removing DirectFB. Adds x11, wayland, and pam to DISTRO_FEATURES. Signed-off-by: Daiane Angolini <angolini@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/fragments/graphics/xwayland.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/fragments/graphics/xwayland.conf b/conf/fragments/graphics/xwayland.conf
new file mode 100644
index 000000000..4f1aeac5b
--- /dev/null
+++ b/conf/fragments/graphics/xwayland.conf
@@ -0,0 +1,10 @@
1# XWayland Configuration Fragment
2#
3# This fragment configures the build for Wayland with XWayland support.
4# It enables both X11 and Wayland backends.
5
6BB_CONF_FRAGMENT_SUMMARY = "Enable Wayland with XWayland support"
7BB_CONF_FRAGMENT_DESCRIPTION = "Enables both X11 and Wayland display backends with XWayland support while removing DirectFB. Use together with the systemd init fragment."
8
9DISTRO_FEATURES:remove = "directfb"
10DISTRO_FEATURES:append = " x11 wayland pam"