From 424cbdb8896e8ccb9ab4e8c3e58d892131dc3bf7 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 4 May 2024 07:48:33 -0700 Subject: [PATCH] qemucommon: Add X11 to distro features By default X11 is not part of wayland yoe profile anymore for qemu however, we build world where lot of xfce and gnome packages need X11 still. Signed-off-by: Khem Raj --- conf/projects/qemucommon/config.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/projects/qemucommon/config.conf b/conf/projects/qemucommon/config.conf index c007af892..88025a96f 100644 --- a/conf/projects/qemucommon/config.conf +++ b/conf/projects/qemucommon/config.conf @@ -1,6 +1,8 @@ DISTRO = "yoe" # "yoe---" YOE_PROFILE = "yoe-glibc-systemd-wayland" +# For world builds +DISTRO_FEATURES:append = " x11" # usually not changed often # Add 4G space to QEMU image #IMAGE_ROOTFS_EXTRA_SPACE:append = " + 4000000"