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