blob: 91db7ed33bdb5c99c566561408e2b589254537d9 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001#
2# Copyright (C) 2011 Intel Corporation
3#
4
Patrick Williamsc124f4f2015-09-15 14:41:29 -05005
Brad Bishop6dbb3162019-11-25 09:41:34 -05006inherit packagegroup features_check
Patrick Williamsc124f4f2015-09-15 14:41:29 -05007REQUIRED_DISTRO_FEATURES = "x11"
8
9PACKAGES = "${PN} ${PN}-utils"
10
Brad Bishop6e60e8b2018-02-01 10:27:11 -050011# backwards compatibility for xserver-common
12VIRTUAL-RUNTIME_xserver_common ?= ""
Patrick Williamsc124f4f2015-09-15 14:41:29 -050013
14# elsa, xserver-nodm-init
15VIRTUAL-RUNTIME_graphical_init_manager ?= "xserver-nodm-init"
16
17SUMMARY = "X11 display server and basic utilities"
Patrick Williams213cb262021-08-07 19:21:33 -050018RDEPENDS:${PN} = "\
Patrick Williamsc124f4f2015-09-15 14:41:29 -050019 ${PN}-xserver \
20 ${PN}-utils \
21 "
22
Patrick Williams213cb262021-08-07 19:21:33 -050023SUMMARY:${PN}-utils = "X11 basic utilities and init"
24RDEPENDS:${PN}-utils = "\
Patrick Williamsc124f4f2015-09-15 14:41:29 -050025 ${VIRTUAL-RUNTIME_xserver_common} \
26 ${VIRTUAL-RUNTIME_graphical_init_manager} \
27 xauth \
28 xhost \
29 xset \
30 xrandr \
Brad Bishop6e60e8b2018-02-01 10:27:11 -050031 xmodmap \
32 xdpyinfo \
33 xinput-calibrator \
34 dbus-x11 \
Patrick Williamsc124f4f2015-09-15 14:41:29 -050035 "