mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
task-x11: use xserver-nodm-init-systemd
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
committed by
Koen Kooi
parent
0872d60659
commit
458db1ad63
@@ -2,7 +2,7 @@ DESCRIPTION = "The X Window System -- install this task to get a client/server b
|
||||
SECTION = "x11/server"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
PR = "r9"
|
||||
PR = "r10"
|
||||
|
||||
inherit task
|
||||
|
||||
@@ -16,8 +16,8 @@ RRECOMMENDS_${PN} = "\
|
||||
# xserver-common, x11-common
|
||||
VIRTUAL-RUNTIME_xserver_common ?= "xserver-common"
|
||||
|
||||
# elsa, xserver-nodm-init
|
||||
VIRTUAL-RUNTIME_graphical_init_manager ?= "xserver-nodm-init"
|
||||
# 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} \
|
||||
|
||||
Reference in New Issue
Block a user