blob: 3974d8fa7213fb33a95b47001a7303eb8eec2501 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
PV = "0.0cvs${CVSDATE}"
SECTION = "x11"
PRIORITY = "optional"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
DEPENDS = "virtual/libc x11 xdamage xcomposite xrender"
DESCRIPTION = "X Compositing Manager"
SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xapps;module=xcompmgr"
S = "${WORKDIR}/xcompmgr"
inherit autotools
|