summaryrefslogtreecommitdiffstats
path: root/recipes/freetype/freetype-native_2.2.1.bb
blob: 8c439d796af8f270743122f86cd57a22d6614a2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
require freetype_${PV}.bb
inherit native
DEPENDS = ""
FILESPATH = "${FILE_DIRNAME}/freetype-${PV}:${FILE_DIRNAME}/freetype:${FILE_DIRNAME}/files"

EXTRA_OEMAKE=

DEFAULT_PREFERENCE = "-1"

do_configure() {
	(cd builds/unix && gnu-configize) || die "failure running gnu-configize"
	oe_runconf
}

do_stage() {
	autotools_stage_includes
	oe_libinstall -so -a -C objs libfreetype ${STAGING_LIBDIR}
}

do_install() {
	:
}