blob: 17301a05274688557eafffa9015f5d8f694e99a2 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001SUMMARY = "Basic X11 session"
2DESCRIPTION = "Packages required to set up a basic working X11 session"
3LICENSE = "MIT"
4PR = "r1"
5
6inherit packagegroup distro_features_check
7# rdepends on matchbox-wm
8REQUIRED_DISTRO_FEATURES = "x11"
9
10RDEPENDS_${PN} = "\
11 packagegroup-core-x11-xserver \
12 packagegroup-core-x11-utils \
13 dbus \
14 pointercal \
15 matchbox-terminal \
16 matchbox-wm \
17 mini-x-session \
18 liberation-fonts \
19 "