summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/fontconfig/fontconfig-native_2.8.0.bb
blob: a2fd409c4273c8d1b0b62d0d50015b373aa82646 (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', True)][os.path.isfile('%s/freetype-config' % d.getVar('STAGING_BINDIR', True))]}"

do_install_append () {
	install -d ${D}${bindir}/
	install fc-lang/fc-lang ${D}${bindir}/
	install fc-glyphname/fc-glyphname ${D}${bindir}/
}