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