xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1#
2# Copyright (C) 2011 Intel Corporation
3#
4
5SUMMARY = "X11 display server"
6PR = "r40"
7
8PACKAGE_ARCH = "${MACHINE_ARCH}"
9
10inherit packagegroup features_check
11# rdepends on XSERVER
12REQUIRED_DISTRO_FEATURES = "x11"
13
14XSERVER ?= "xserver-xorg xf86-video-fbdev"
15XSERVERCODECS ?= ""
16
17RDEPENDS:${PN} = "\
18    ${XSERVER} \
19    ${XSERVERCODECS} \
20    "
21