summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/fontconfig/fontconfig-native_2.10.2.bb
blob: cee94de5348dc6722b8c59d6bf28237b7da6b9eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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))]}"

FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}-${PV}:"

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