generic-poky/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserv...

22 lines
383 B
BlitzBasic

#
# Copyright (C) 2011 Intel Corporation
#
SUMMARY = "X11 display server"
LICENSE = "MIT"
PR = "r40"
PACKAGE_ARCH = "${MACHINE_ARCH}"
inherit packagegroup distro_features_check
# rdepends on XSERVER
REQUIRED_DISTRO_FEATURES = "x11"
XSERVER ?= "xserver-xorg xf86-video-fbdev xf86-input-evdev"
XSERVERCODECS ?= ""
RDEPENDS_${PN} = "\
${XSERVER} \
${XSERVERCODECS} \
"