diff options
| author | Daiane Angolini <angolini@gmail.com> | 2026-02-17 14:04:03 -0300 |
|---|---|---|
| committer | Daiane Angolini <daiane.angolini@foundries.io> | 2026-02-17 14:04:03 -0300 |
| commit | 56fd088197af86c541e0f9c16cd2e1404ba70761 (patch) | |
| tree | 7d549b35838c732dff8a7e93dec883357b15f131 /conf | |
| parent | 11747bf387b9daec5aceef1958160ae91de035e0 (diff) | |
| download | meta-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.conf | 10 |
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 | |||
| 6 | BB_CONF_FRAGMENT_SUMMARY = "Enable Wayland with XWayland support" | ||
| 7 | BB_CONF_FRAGMENT_DESCRIPTION = "Enables both X11 and Wayland display backends with XWayland support while removing DirectFB. Use together with the systemd init fragment." | ||
| 8 | |||
| 9 | DISTRO_FEATURES:remove = "directfb" | ||
| 10 | DISTRO_FEATURES:append = " x11 wayland pam" | ||
