From 11747bf387b9daec5aceef1958160ae91de035e0 Mon Sep 17 00:00:00 2001 From: Daiane Angolini Date: Tue, 17 Feb 2026 14:03:59 -0300 Subject: 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 --- conf/fragments/graphics/wayland.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 conf/fragments/graphics/wayland.conf 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 @@ +# Wayland Configuration Fragment +# +# This fragment configures the build for the Wayland display backend. +# It removes X11 and DirectFB support and enables Wayland and PAM features. + +BB_CONF_FRAGMENT_SUMMARY = "Enable Wayland display backend" +BB_CONF_FRAGMENT_DESCRIPTION = "Enables Wayland display backend while removing X11 and DirectFB support. Use together with the systemd init fragment." + +DISTRO_FEATURES:remove = "directfb x11" +DISTRO_FEATURES:append = " wayland pam" -- cgit v1.2.3-54-g00ecf