summaryrefslogtreecommitdiff
path: root/xserver
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
committerChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
commitf249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch)
tree93735f3e25beab7ac8bf066c504df17b244db4eb /xserver
parent11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff)
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'xserver')
-rw-r--r--xserver/xserver-cvs.oe4
1 files changed, 2 insertions, 2 deletions
diff --git a/xserver/xserver-cvs.oe b/xserver/xserver-cvs.oe
index 80387d70cc..d890c80333 100644
--- a/xserver/xserver-cvs.oe
+++ b/xserver/xserver-cvs.oe
@@ -5,9 +5,9 @@ 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
+SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xserver;module=xserver"
S = "${WORKDIR}/xserver"
inherit autotools pkgconfig libtool
-EXTRA_OECONF = '--enable-composite --disable-xinerama'
+EXTRA_OECONF = "--enable-composite --disable-xinerama"