summaryrefslogtreecommitdiffstats
path: root/classes/xlibs.bbclass
blob: fc52400b9fd52317a993f811365bedbcfa67a3a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
LICENSE= "BSD-X"
SECTION = "x11/libs"

XLIBS_CVS = "${FREEDESKTOP_CVS}/xlibs"

inherit autotools pkgconfig

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