aboutsummaryrefslogtreecommitdiffstats
path: root/fontconfig/fontconfig-native_2.2.95.oe
blob: cf196946ddee28e9c799f390856e5bdc771df27b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SECTION = "base"
include fontconfig_${PV}.oe
inherit native
DEPENDS = "freetype-native expat-native zlib-native"
FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/fontconfig-${PV}"

EXTRA_OEMAKE = ""

do_stage () {
	oe_runmake install
	install fc-lang/fc-lang ${STAGING_BINDIR}
	install fc-glyphname/fc-glyphname ${STAGING_BINDIR}
}