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

EXTRA_OEMAKE=

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

do_stage() {
	autotools_stage_all
}

do_install() {
	:
}