Files
poky/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb
Ross Burton ee735a1536 packagegroup-core-x11-base: use virtual-x-terminal-emulator
Instead of depending on matchbox-terminal explicitly, just depend on
the virtual name.

core-image-x11 then uses rxvt instead of matchbox-terminal, as that is
the default, removing the entire GTK+ stack from the image.

core-image-sato and friends are unchanged as the sato packagegroup pulls
in matchbox-terminal explicitly, so rxvt isn't needed.

(From OE-Core rev: e3820f60412497d759c7b0715bdf303f787c1432)

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-11-14 11:56:54 +00:00

16 lines
391 B
BlitzBasic

SUMMARY = "Basic X11 session"
DESCRIPTION = "Packages required to set up a basic working X11 session"
inherit packagegroup features_check
# rdepends on matchbox-wm
REQUIRED_DISTRO_FEATURES = "x11"
RDEPENDS:${PN} = "\
packagegroup-core-x11-xserver \
packagegroup-core-x11-utils \
matchbox-wm \
mini-x-session \
virtual-x-terminal-emulator \
liberation-fonts \
"