mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 03:03:02 +01:00
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>
16 lines
391 B
BlitzBasic
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 \
|
|
"
|