mirror of
https://git.yoctoproject.org/poky
synced 2026-03-08 08:19:40 +01:00
This is the result of automated script conversion: scripts/contrib/convert-overrides.py <oe-core directory> converting the metadata to use ":" as the override character instead of "_". (From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
37 lines
736 B
BlitzBasic
37 lines
736 B
BlitzBasic
#
|
||
# Copyright (C) 2011 Intel Corporation
|
||
#
|
||
|
||
PR = "r40"
|
||
|
||
inherit packagegroup features_check
|
||
REQUIRED_DISTRO_FEATURES = "x11"
|
||
|
||
PACKAGES = "${PN} ${PN}-utils"
|
||
|
||
# backwards compatibility for xserver-common
|
||
VIRTUAL-RUNTIME_xserver_common ?= ""
|
||
|
||
# elsa, xserver-nodm-init
|
||
VIRTUAL-RUNTIME_graphical_init_manager ?= "xserver-nodm-init"
|
||
|
||
SUMMARY = "X11 display server and basic utilities"
|
||
RDEPENDS:${PN} = "\
|
||
${PN}-xserver \
|
||
${PN}-utils \
|
||
"
|
||
|
||
SUMMARY:${PN}-utils = "X11 basic utilities and init"
|
||
RDEPENDS:${PN}-utils = "\
|
||
${VIRTUAL-RUNTIME_xserver_common} \
|
||
${VIRTUAL-RUNTIME_graphical_init_manager} \
|
||
xauth \
|
||
xhost \
|
||
xset \
|
||
xrandr \
|
||
xmodmap \
|
||
xdpyinfo \
|
||
xinput-calibrator \
|
||
dbus-x11 \
|
||
"
|