blob: ebc1330055c2c318bc5a2c1c50e7a5519d7dd3d2 [file] [log] [blame]
#
# Copyright (C) 2011 Intel Corporation
#
SUMMARY = "X11 display server"
PACKAGE_ARCH = "${MACHINE_ARCH}"
inherit packagegroup features_check
# rdepends on XSERVER
REQUIRED_DISTRO_FEATURES = "x11"
XSERVER ?= "xserver-xorg \
xf86-video-fbdev \
xf86-video-modesetting \
"
XSERVERCODECS ?= ""
RDEPENDS:${PN} = "\
${XSERVER} \
${XSERVERCODECS} \
"