diff options
-rw-r--r-- | meta-xfce/recipes-xfce/thunar/thunar_1.4.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/thunar/thunar_1.4.0.bb b/meta-xfce/recipes-xfce/thunar/thunar_1.4.0.bb index 39b1254504..2d5b7675aa 100644 --- a/meta-xfce/recipes-xfce/thunar/thunar_1.4.0.bb +++ b/meta-xfce/recipes-xfce/thunar/thunar_1.4.0.bb | |||
@@ -2,7 +2,8 @@ DESCRIPTION = "File manager for the Xfce Desktop Environment" | |||
2 | SECTION = "x11" | 2 | SECTION = "x11" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
5 | DEPENDS = "exo glib-2.0 gtk+ gdk-pixbuf libxfce4util libxfce4ui libsm dbus-glib startup-notification libnotify" | 5 | DEPENDS = "exo glib-2.0 gtk+ gdk-pixbuf libxfce4util libxfce4ui libsm dbus-glib startup-notification libnotify xfce4-panel" |
6 | PR = "r1" | ||
6 | 7 | ||
7 | inherit xfce | 8 | inherit xfce |
8 | 9 | ||