summaryrefslogtreecommitdiffstats
path: root/meta/packages/freetype/freetype-native_2.3.5.bb
blob: a241741ab275064ea180fbf79f3cb890f37aff84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
require freetype_${PV}.bb
inherit native

EXTRA_OEMAKE=

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}
}