blob: 0e213909e35762509d3f232f56dd49fa6d534546 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
require fontconfig_${PV}.bb
inherit native
DEPENDS = "freetype-native expat-native zlib-native"
EXTRA_OEMAKE = ""
EXTRA_OECONF = "${@[' --disable-docs',' --disable-docs --with-freetype-config=%s/freetype-config' % d.getVar('STAGING_BINDIR', 1)][os.path.isfile('%s/freetype-config' % d.getVar('STAGING_BINDIR', 1))]}"
do_install_append () {
install -d ${D}${bindir}/
install fc-lang/fc-lang ${D}${bindir}/
install fc-glyphname/fc-glyphname ${D}${bindir}/
}
|