diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2020-01-18 12:27:43 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-19 02:20:58 -0800 |
commit | ee1c2a939377c529f3e06d22a33bc8363597db51 (patch) | |
tree | e61d8a53426700d849be990214cfe2f3475e1b2d /meta-xfce/recipes-apps | |
parent | b047fb9bc22808feed6437c7297b58c6ff324afc (diff) | |
download | meta-openembedded-contrib-ee1c2a939377c529f3e06d22a33bc8363597db51.tar.gz |
ristretto: 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/ristretto/ristretto_0.10.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-apps/ristretto/ristretto_0.10.0.bb b/meta-xfce/recipes-apps/ristretto/ristretto_0.10.0.bb index 9c5bb12e8e7..fbca96f6067 100644 --- a/meta-xfce/recipes-apps/ristretto/ristretto_0.10.0.bb +++ b/meta-xfce/recipes-apps/ristretto/ristretto_0.10.0.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=35d145429ad3cbf5308d1dc93f66376b" DEPENDS = "exo libexif libxfce4ui libxfce4util xfconf cairo file" -inherit xfce-app +inherit xfce-app mime-xdg RRECOMMENDS_${PN} += "tumbler" |