blob: 2d68e97383c2e462a2d7b82bebf0e8a9b826159f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#
# Copyright (C) 2011 Intel Corporation
#
SUMMARY = "X11 display server"
LICENSE = "MIT"
PR = "r40"
PACKAGE_ARCH = "${MACHINE_ARCH}"
inherit packagegroup
XSERVER ?= "xserver-xorg xf86-video-fbdev xf86-input-evdev"
XSERVERCODECS ?= ""
RDEPENDS_${PN} = "\
${XSERVER} \
${XSERVERCODECS} \
"
|