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