blob: 941f573622cedd03cb14ec5dd91e10ed4ee94492 (
plain)
1
2
3
4
5
6
7
8
9
10
|
include fontconfig_${PV}.oe
inherit native
DEPENDS = "freetype-native expat-native"
FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/fontconfig-${PV}"
do_stage () {
oe_runmake install
install fc-lang/fc-lang ${STAGING_BINDIR}
install fc-glyphname/fc-glyphname ${STAGING_BINDIR}
}
|