aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/tasks/task-x11_1.0.bb
blob: 628789a7961b9fec307d2e10e850db7276650ad6 (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 = "r10"

inherit task allarch

PACKAGES += "${PN}-utils"

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

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

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

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