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

EXTRA_OEMAKE=

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

do_stage() {
	autotools_stage_all
}

do_install() {
	:
}