summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-02-02 12:34:04 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2020-02-13 11:17:49 +0100
commit599d57b405524a25cdb6989b1cb5809016b6e014 (patch)
treee3264139b50687eef121c5c47bacabf2f74a314a
parent457becce9664629cca2e21dea5e4dd521dcd7bf4 (diff)
gpicview: inherit mime-xdg
The desktop file has key 'MimeType' which mandates 'inhert mime-xdg'. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--recipes-graphics/gpicview/gpicview_0.2.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/gpicview/gpicview_0.2.5.bb b/recipes-graphics/gpicview/gpicview_0.2.5.bb
index 27808b6..cee82b7 100644
--- a/recipes-graphics/gpicview/gpicview_0.2.5.bb
+++ b/recipes-graphics/gpicview/gpicview_0.2.5.bb
@@ -19,6 +19,6 @@ PACKAGECONFIG ?= "gtk3"
PACKAGECONFIG[gtk2] = ",,gtk+"
PACKAGECONFIG[gtk3] = "--enable-gtk3,,gtk+3"
-inherit autotools gettext pkgconfig
+inherit autotools gettext mime-xdg pkgconfig
FILES_${PN} += "${datadir}/icons/*"