diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2020-01-18 12:27:57 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-19 02:20:59 -0800 |
commit | 83f8750081a788c69f60bd42b8b6a71c96f3a886 (patch) | |
tree | 66199de2c3017185e3fee372ebe79b126d78ecd5 /meta-oe/recipes-graphics/fontforge | |
parent | 2b06bd802d62dba702728d9ad516d4b739e8c2e8 (diff) | |
download | meta-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>
Diffstat (limited to 'meta-oe/recipes-graphics/fontforge')
-rw-r--r-- | meta-oe/recipes-graphics/fontforge/fontforge_20190801.bb | 2 |
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 = " \ | |||
9 | DEPENDS = "glib-2.0 pango giflib tiff libxml2 jpeg libtool uthash gettext-native" | 9 | DEPENDS = "glib-2.0 pango giflib tiff libxml2 jpeg libtool uthash gettext-native" |
10 | DEPENDS_append_class-target = " libxi" | 10 | DEPENDS_append_class-target = " libxi" |
11 | 11 | ||
12 | inherit autotools pkgconfig python3native features_check gettext gtk-icon-cache mime | 12 | inherit autotools pkgconfig python3native features_check gettext gtk-icon-cache mime mime-xdg |
13 | 13 | ||
14 | REQUIRED_DISTRO_FEATURES_append_class-target = " x11" | 14 | REQUIRED_DISTRO_FEATURES_append_class-target = " x11" |
15 | 15 | ||