mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
This reverts commit a93c45fa77eb7ea31b91d5bad3c64634bd1476ee until we merge the rest of the pointercal patches. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
19 lines
426 B
BlitzBasic
19 lines
426 B
BlitzBasic
SUMMARY = "Basic X11 session"
|
|
DESCRIPTION = "Packages required to set up a basic working X11 session"
|
|
PR = "r1"
|
|
|
|
inherit packagegroup distro_features_check
|
|
# rdepends on matchbox-wm
|
|
REQUIRED_DISTRO_FEATURES = "x11"
|
|
|
|
RDEPENDS_${PN} = "\
|
|
packagegroup-core-x11-xserver \
|
|
packagegroup-core-x11-utils \
|
|
dbus \
|
|
pointercal \
|
|
matchbox-terminal \
|
|
matchbox-wm \
|
|
mini-x-session \
|
|
liberation-fonts \
|
|
"
|