aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fontconfig/fontconfig-native_2.6.0.bb
blob: 19dac3ac40bac7ca7c52f8acf578b8ee1e93d4b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SECTION = "base"
LICENSE = "BSD"
require fontconfig_${PV}.bb
inherit native
DEPENDS = "freetype-native expat-native zlib-native"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/fontconfig-${PV}"

EXTRA_OEMAKE = ""
EXTRA_OECONF = "${@[' --disable-docs',' --disable-docs --with-freetype-config=%s/freetype-config' % bb.data.getVar('STAGING_BINDIR', d, 1)][os.path.isfile('%s/freetype-config' % bb.data.getVar('STAGING_BINDIR', d, 1))]}"

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

NATIVE_INSTALL_WORKS = "1"