summaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2012-11-12 11:44:28 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2012-11-13 12:58:08 +0100
commitb622bac27636c856c134b66e2d4d00eceda747f5 (patch)
tree34d4389127b7c83325fdc3ba71a5f3af206ce6c3 /meta-xfce
parentced83f75a1c1920d044839e346117139a9c73b15 (diff)
downloadmeta-openembedded-b622bac27636c856c134b66e2d4d00eceda747f5.tar.gz
thunar: add xfce4-panel to dependencies to ensure trash-plugin (tpa) is build
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-xfce/thunar/thunar_1.4.0.bb3
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 39b125450..2d5b7675a 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"
2SECTION = "x11" 2SECTION = "x11"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 4LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
5DEPENDS = "exo glib-2.0 gtk+ gdk-pixbuf libxfce4util libxfce4ui libsm dbus-glib startup-notification libnotify" 5DEPENDS = "exo glib-2.0 gtk+ gdk-pixbuf libxfce4util libxfce4ui libsm dbus-glib startup-notification libnotify xfce4-panel"
6PR = "r1"
6 7
7inherit xfce 8inherit xfce
8 9