xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1#
2# Copyright (C) 2011 Intel Corporation
3#
4
5PR = "r40"
6
7inherit packagegroup features_check
8REQUIRED_DISTRO_FEATURES = "x11"
9
10PACKAGES = "${PN} ${PN}-utils"
11
12# backwards compatibility for xserver-common
13VIRTUAL-RUNTIME_xserver_common ?= ""
14
15# elsa, xserver-nodm-init
16VIRTUAL-RUNTIME_graphical_init_manager ?= "xserver-nodm-init"
17
18SUMMARY = "X11 display server and basic utilities"
19RDEPENDS:${PN} = "\
20    ${PN}-xserver \
21    ${PN}-utils \
22    "
23
24SUMMARY:${PN}-utils = "X11 basic utilities and init"
25RDEPENDS:${PN}-utils = "\
26    ${VIRTUAL-RUNTIME_xserver_common} \
27    ${VIRTUAL-RUNTIME_graphical_init_manager} \
28    xauth \
29    xhost \
30    xset \
31    xrandr \
32    xmodmap \
33    xdpyinfo \
34    xinput-calibrator \
35    dbus-x11 \
36    "
37