blob: d44db205ff0afbc2624ea369549ef2c514fec411 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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}
}
|