summaryrefslogtreecommitdiff
path: root/xserver
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-08 08:35:39 +0000
committerChris Larson <clarson@kergoth.com>2004-03-08 08:35:39 +0000
commitdfba32fd8734cee3fa82b2a8b78740ba52f55cc7 (patch)
tree2effa14f61a7bc3664eb5f1e92bd0cacb9773795 /xserver
parent59b5bdd135246d39cbdb4368cc63e8277fa4b8fb (diff)
Add PROVIDES to the fd.o -cvs X packages.
BKrev: 404c305blCgB_vD9akrLz8Pl9pIVoA
Diffstat (limited to 'xserver')
-rw-r--r--xserver/xserver-cvs.oe12
1 files changed, 12 insertions, 0 deletions
diff --git a/xserver/xserver-cvs.oe b/xserver/xserver-cvs.oe
index e69de29bb2..10513d511e 100644
--- a/xserver/xserver-cvs.oe
+++ b/xserver/xserver-cvs.oe
@@ -0,0 +1,12 @@
+RDEPENDS=libc6
+DEPENDS=virtual/libc 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 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.'
+
+SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xserver;module=xserver
+S=${WORKDIR}/xserver
+
+inherit autotools pkgconfig libtool
+
+EXTRA_OECONF = '--enable-composite'