aboutsummaryrefslogtreecommitdiffstats
path: root/xdamage/xdamage_1.0.1.oe
blob: 0566771015776db508799987be74314195652669 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SECTION = "x11/libs"
DEPENDS = "x11 damageext libxfixes xproto"
DESCRIPTION = "X Damage extension library."

SRC_URI = "${XLIBS_MIRROR}/libXdamage-${PV}.tar.bz2 \
	   file://m4.patch;patch=1"
S = "${WORKDIR}/libXdamage-${PV}"

inherit autotools pkgconfig 

do_stage() {
	oe_runmake install prefix=${STAGING_DIR} \
	       bindir=${STAGING_BINDIR} \
	       includedir=${STAGING_INCDIR} \
	       libdir=${STAGING_LIBDIR} \
	       datadir=${STAGING_DATADIR}
}