summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2020-01-18 12:27:57 +0100
committerKhem Raj <raj.khem@gmail.com>2020-01-19 02:20:59 -0800
commit83f8750081a788c69f60bd42b8b6a71c96f3a886 (patch)
tree66199de2c3017185e3fee372ebe79b126d78ecd5
parent2b06bd802d62dba702728d9ad516d4b739e8c2e8 (diff)
downloadmeta-openembedded-83f8750081a788c69f60bd42b8b6a71c96f3a886.tar.gz
fontforge: add mime-xdg to inherit
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-graphics/fontforge/fontforge_20190801.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/fontforge/fontforge_20190801.bb b/meta-oe/recipes-graphics/fontforge/fontforge_20190801.bb
index b84806fd6..c12d01e2d 100644
--- a/meta-oe/recipes-graphics/fontforge/fontforge_20190801.bb
+++ b/meta-oe/recipes-graphics/fontforge/fontforge_20190801.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = " \
9DEPENDS = "glib-2.0 pango giflib tiff libxml2 jpeg libtool uthash gettext-native" 9DEPENDS = "glib-2.0 pango giflib tiff libxml2 jpeg libtool uthash gettext-native"
10DEPENDS_append_class-target = " libxi" 10DEPENDS_append_class-target = " libxi"
11 11
12inherit autotools pkgconfig python3native features_check gettext gtk-icon-cache mime 12inherit autotools pkgconfig python3native features_check gettext gtk-icon-cache mime mime-xdg
13 13
14REQUIRED_DISTRO_FEATURES_append_class-target = " x11" 14REQUIRED_DISTRO_FEATURES_append_class-target = " x11"
15 15