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