mirror of
https://git.yoctoproject.org/poky
synced 2026-03-08 00:09:40 +01:00
dbus isn't an x11 dependency and this suffers from debian renaming. Simply drop the dependency. (From OE-Core rev: ba251b128baf05fea8ad62bc42dd98584e99ad28) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
17 lines
391 B
BlitzBasic
17 lines
391 B
BlitzBasic
SUMMARY = "Basic X11 session"
|
|
DESCRIPTION = "Packages required to set up a basic working X11 session"
|
|
PR = "r1"
|
|
|
|
inherit packagegroup features_check
|
|
# rdepends on matchbox-wm
|
|
REQUIRED_DISTRO_FEATURES = "x11"
|
|
|
|
RDEPENDS:${PN} = "\
|
|
packagegroup-core-x11-xserver \
|
|
packagegroup-core-x11-utils \
|
|
matchbox-terminal \
|
|
matchbox-wm \
|
|
mini-x-session \
|
|
liberation-fonts \
|
|
"
|