diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2020-01-18 12:27:49 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-19 02:20:59 -0800 |
commit | 219fb355e040958c79e315a3481fbe830a525a30 (patch) | |
tree | 4f4328d63429f1b8e5749d38030b6f1f7f4336d5 /meta-xfce | |
parent | dc6a9fc8036bb2888516d5f286b7bc36640ec846 (diff) | |
download | meta-openembedded-219fb355e040958c79e315a3481fbe830a525a30.tar.gz |
thunar: 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')
-rw-r--r-- | meta-xfce/recipes-xfce/thunar/thunar_1.8.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/thunar/thunar_1.8.10.bb b/meta-xfce/recipes-xfce/thunar/thunar_1.8.10.bb index f2376aa52b..eb57daefc5 100644 --- a/meta-xfce/recipes-xfce/thunar/thunar_1.8.10.bb +++ b/meta-xfce/recipes-xfce/thunar/thunar_1.8.10.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "GPLv2" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
5 | DEPENDS = "exo gdk-pixbuf libxfce4ui libsm startup-notification libnotify xfce4-panel udev" | 5 | DEPENDS = "exo gdk-pixbuf libxfce4ui libsm startup-notification libnotify xfce4-panel udev" |
6 | 6 | ||
7 | inherit xfce gobject-introspection features_check | 7 | inherit xfce gobject-introspection features_check mime-xdg |
8 | 8 | ||
9 | REQUIRED_DISTRO_FEATURES = "x11" | 9 | REQUIRED_DISTRO_FEATURES = "x11" |
10 | 10 | ||