diff options
Diffstat (limited to 'meta/recipes-graphics/fontconfig/fontconfig-native_2.8.0.bb')
-rw-r--r-- | meta/recipes-graphics/fontconfig/fontconfig-native_2.8.0.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-graphics/fontconfig/fontconfig-native_2.8.0.bb b/meta/recipes-graphics/fontconfig/fontconfig-native_2.8.0.bb new file mode 100644 index 0000000000..03a1bc86c2 --- /dev/null +++ b/meta/recipes-graphics/fontconfig/fontconfig-native_2.8.0.bb | |||
@@ -0,0 +1,12 @@ | |||
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' % bb.data.getVar('STAGING_BINDIR', d, 1)][os.path.isfile('%s/freetype-config' % bb.data.getVar('STAGING_BINDIR', d, 1))]}" | ||
7 | |||
8 | do_install_append () { | ||
9 | install -d ${D}${bindir}/ | ||
10 | install fc-lang/fc-lang ${D}${bindir}/ | ||
11 | install fc-glyphname/fc-glyphname ${D}${bindir}/ | ||
12 | } | ||