aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/gimp
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2020-01-18 12:27:56 +0100
committerKhem Raj <raj.khem@gmail.com>2020-01-19 02:20:59 -0800
commit2b06bd802d62dba702728d9ad516d4b739e8c2e8 (patch)
tree68482e75869874f4faa1ac8347c6000d3e5bbcb0 /meta-oe/recipes-graphics/gimp
parentc2ea57d3321e0c7c5c53deba24b0d0dc14e612f8 (diff)
downloadmeta-openembedded-2b06bd802d62dba702728d9ad516d4b739e8c2e8.tar.gz
gimp: 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/gimp')
-rw-r--r--meta-oe/recipes-graphics/gimp/gimp_2.8.22.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/gimp/gimp_2.8.22.bb b/meta-oe/recipes-graphics/gimp/gimp_2.8.22.bb
index 024534508c..718f8998c5 100644
--- a/meta-oe/recipes-graphics/gimp/gimp_2.8.22.bb
+++ b/meta-oe/recipes-graphics/gimp/gimp_2.8.22.bb
@@ -25,7 +25,7 @@ DEPENDS = " \
"
DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxmu libxpm', '', d)}"
-inherit features_check gnomebase gtk-icon-cache gtk-doc
+inherit features_check gnomebase gtk-icon-cache gtk-doc mime-xdg
REQUIRED_DISTRO_FEATURES = "x11"