diff options
Diffstat (limited to 'meta/recipes-graphics/fontconfig/fontconfig-native_2.10.1.bb')
-rw-r--r-- | meta/recipes-graphics/fontconfig/fontconfig-native_2.10.1.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-graphics/fontconfig/fontconfig-native_2.10.1.bb b/meta/recipes-graphics/fontconfig/fontconfig-native_2.10.1.bb new file mode 100644 index 0000000000..cee94de534 --- /dev/null +++ b/meta/recipes-graphics/fontconfig/fontconfig-native_2.10.1.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | require fontconfig_${PV}.bb | ||
2 | inherit native | ||
3 | DEPENDS = "freetype-native expat-native zlib-native" | ||
4 | |||
5 | EXTRA_OEMAKE = "" | ||
6 | 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))]}" | ||
7 | |||
8 | FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}-${PV}:" | ||
9 | |||
10 | do_install_append () { | ||
11 | install -d ${D}${bindir}/ | ||
12 | install fc-lang/fc-lang ${D}${bindir}/ | ||
13 | install fc-glyphname/fc-glyphname ${D}${bindir}/ | ||
14 | } | ||