blob: 809f70492a23f346c0816d030462db0d3eccc540 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
PV = "0.0cvs${CVSDATE}"
LICENSE = "BSD-X"
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
|