Initial commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
#
|
||||
# Copyright (C) 2011 Intel Corporation
|
||||
#
|
||||
|
||||
SUMMARY = "X11 display server"
|
||||
PR = "r40"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
inherit packagegroup features_check
|
||||
# rdepends on XSERVER
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
XSERVER ?= "xserver-xorg xf86-video-fbdev"
|
||||
XSERVERCODECS ?= ""
|
||||
|
||||
RDEPENDS:${PN} = "\
|
||||
${XSERVER} \
|
||||
${XSERVERCODECS} \
|
||||
"
|
||||
Reference in New Issue
Block a user