aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libxfixes/libxfixes_2.0.1.bb
blob: b6560b8e8b5881970304314a2a8fd20216677909 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SECTION = "x11/libs"
LICENSE= "BSD-X"
DEPENDS = "x11 fixesext"
DESCRIPTION = "X Fixes extension library."
PR = "r1"

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

inherit autotools pkgconfig 

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