aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/tasks/task-x11_1.0.bb
blob: 326e09f31e457d8614457de98f27f42afe6dc913 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
DESCRIPTION = "The X Window System -- install this task to get a client/server based display multiplexer."
SECTION = "x11/server"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
PR = "r11"

inherit task allarch

PACKAGES += "${PN}-utils"

RRECOMMENDS_${PN} = "\
  ${PN}-server \
  ${PN}-utils \
"

# xserver-common, x11-common
VIRTUAL-RUNTIME_xserver_common ?= "xserver-common"

# elsa or xserver-nodm-init(-systemd)
VIRTUAL-RUNTIME_graphical_init_manager ?= "xserver-nodm-init"

RDEPENDS_${PN}-utils = "\
  ${VIRTUAL-RUNTIME_xserver_common} \
  ${VIRTUAL-RUNTIME_graphical_init_manager} \
  xauth \
  xhost \
  xset \
  xrandr \
"