aboutsummaryrefslogtreecommitdiffstats
path: root/xserver
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-24 15:18:32 +0000
committerChris Larson <clarson@kergoth.com>2004-03-24 15:18:32 +0000
commit5f7afebd7492ae97894c806db454ae5120c71963 (patch)
treebbdb68d9b559ff4504943791a69a910becfccc88 /xserver
parentaf4d5d0cfd2e6ae07d861c29af74f0ef7aa2d18f (diff)
downloadopenembedded-5f7afebd7492ae97894c806db454ae5120c71963.tar.gz
Apply patch from pb to increase xserver package granularity.
BKrev: 4061a6c8pJt348jOC09xpafsRi6-pA
Diffstat (limited to 'xserver')
-rw-r--r--xserver/xserver-cvs.oe9
1 files changed, 7 insertions, 2 deletions
diff --git a/xserver/xserver-cvs.oe b/xserver/xserver-cvs.oe
index 9bda2a0c1a..24a2607d09 100644
--- a/xserver/xserver-cvs.oe
+++ b/xserver/xserver-cvs.oe
@@ -1,9 +1,14 @@
PV = "0.0cvs${CVSDATE}"
RDEPENDS = "libc6"
DEPENDS = "virtual/libc tslib xproto-cvs xdmcp-cvs xextensions-cvs xtrans-cvs xau-cvs x11-cvs xext-cvs randr-cvs render-cvs xrender-cvs xrandr-cvs fixesext-cvs damageext-cvs xfont-cvs resourceext-cvs compositeext-cvs"
-RDEPENDS = "libc6 tslib xau-cvs xdmcp-cvs zlib xfont-cvs x11-cvs xext-cvs"
PROVIDES = "xserver"
-DESCRIPTION = 'An X server. The only drivers supplied are based on the kdrive framework.'
+PACKAGES = "xserver-kdrive-fbdev xserver-kdrive-ati ${PN}-doc ${PN}-dev ${PN}-locale"
+DESCRIPTION = 'X server from freedesktop.org'
+DESCRIPTION_xserver-kdrive-ati = 'X server from freedesktop.org, supporting ATI devices'
+DESCRIPTION_xserver-kdrive-fbdev = 'X server from freedesktop.org, supporting generic framebuffer devices'
+
+FILES_xserver-kdrive-fbdev = ${bindir}/Xfbdev
+FILES_xserver-kdrive-ati = ${bindir}/Xati
SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xserver;module=xserver"
S = "${WORKDIR}/xserver"