blob: c10852783e48b483849266fd2418f5dc515111d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PV = "0.0+cvs${SRCDATE}"
LICENSE= "BSD-X"
SECTION = "x11/libs"
DEPENDS = "x11 damageext libxfixes xproto"
DESCRIPTION = "X Damage extension library."
SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xdamage \
file://m4.patch;patch=1"
S = "${WORKDIR}/Xdamage"
inherit autotools pkgconfig
do_stage() {
autotools_stage_all
}
|