summaryrefslogtreecommitdiff
path: root/xserver/xserver-cvs.oe
blob: d890c80333aa8c4a1d4c580f5f98a7b07bb7253d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
PV = "0.0cvs${CVSDATE}"
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 --disable-xinerama"