Skip to content

Commit

Permalink
qemucommon: Add X11 to distro features
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
kraj committed May 4, 2024
1 parent bae0ed2 commit b81a7d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conf/projects/qemucommon/config.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
DISTRO = "yoe"
# "yoe-<libc>-<init-system>-<windowing-system>"
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"
Expand Down

0 comments on commit b81a7d7

Please sign in to comment.