blob: d5f94fe3e54e07b3fe037a4c3384bfe1fccbb1cc (
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 = "x11 xdamage xcomposite libxrender"
DESCRIPTION = "X Compositing Manager"
SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xapps;module=xcompmgr"
S = "${WORKDIR}/xcompmgr"
inherit autotools
|