diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2020-01-18 12:27:42 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-19 02:20:58 -0800 |
commit | b047fb9bc22808feed6437c7297b58c6ff324afc (patch) | |
tree | c690341d620ba8419c994e9c9c284f2a9b3ba43b | |
parent | 529480f851b0a103fcb696e4331eab2d78a9a0a6 (diff) | |
download | meta-openembedded-b047fb9bc22808feed6437c7297b58c6ff324afc.tar.gz |
mousepad: 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-xfce/recipes-apps/mousepad/mousepad_0.4.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-apps/mousepad/mousepad_0.4.2.bb b/meta-xfce/recipes-apps/mousepad/mousepad_0.4.2.bb index 4bf10a47bb..29038ac19a 100644 --- a/meta-xfce/recipes-apps/mousepad/mousepad_0.4.2.bb +++ b/meta-xfce/recipes-apps/mousepad/mousepad_0.4.2.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | |||
5 | 5 | ||
6 | DEPENDS = "gtk+3 gtksourceview3 xfconf xfce4-dev-tools-native" | 6 | DEPENDS = "gtk+3 gtksourceview3 xfconf xfce4-dev-tools-native" |
7 | 7 | ||
8 | inherit xfce-app gsettings | 8 | inherit xfce-app gsettings mime-xdg |
9 | 9 | ||
10 | SRC_URI[md5sum] = "98d908842d4a93c35756a67d681c08fe" | 10 | SRC_URI[md5sum] = "98d908842d4a93c35756a67d681c08fe" |
11 | SRC_URI[sha256sum] = "84c02adfca7f8b33b9466a306ded72fb9f38f93c9edb78660343854c4a3aded7" | 11 | SRC_URI[sha256sum] = "84c02adfca7f8b33b9466a306ded72fb9f38f93c9edb78660343854c4a3aded7" |