diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2020-01-18 12:27:41 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-19 02:20:58 -0800 |
commit | 529480f851b0a103fcb696e4331eab2d78a9a0a6 (patch) | |
tree | 7d5a39b4f152f0757123d6f50c40bd30d2d9afe3 /meta-xfce/recipes-apps | |
parent | 2853e53b7d22fcb72d1d9f29d611cbe029f61cf7 (diff) | |
download | meta-openembedded-529480f851b0a103fcb696e4331eab2d78a9a0a6.tar.gz |
catfish: 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-xfce/recipes-apps')
-rw-r--r-- | meta-xfce/recipes-apps/catfish/catfish_1.4.11.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-apps/catfish/catfish_1.4.11.bb b/meta-xfce/recipes-apps/catfish/catfish_1.4.11.bb index 4152e1583..27b5d5ed4 100644 --- a/meta-xfce/recipes-apps/catfish/catfish_1.4.11.bb +++ b/meta-xfce/recipes-apps/catfish/catfish_1.4.11.bb | |||
@@ -3,7 +3,7 @@ SECTION = "x11/application" | |||
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4" |
5 | 5 | ||
6 | inherit xfce-app distutils3 gtk-icon-cache | 6 | inherit xfce-app distutils3 gtk-icon-cache mime-xdg |
7 | 7 | ||
8 | DEPENDS += "python3-distutils-extra-native" | 8 | DEPENDS += "python3-distutils-extra-native" |
9 | 9 | ||