aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce/classes
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmx.de>2011-11-02 11:45:14 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-11-02 17:25:43 +0100
commit2d1d33ec115a2b32f334f9f16a9ea796ad442d5d (patch)
tree18b1a37b662f8dff868da612d2b7efcc8e30e600 /meta-xfce/classes
parent48640311c129134ca0ca950b0797d267feea1420 (diff)
downloadmeta-openembedded-contrib-2d1d33ec115a2b32f334f9f16a9ea796ad442d5d.tar.gz
xfce-panel-plugin.bbclass: Add further directories to FILES_${PN}
* Some panel-plugins (e.g xfce4-clipman-plugin) use panel/plugins instead of xfce4/panel-plugins. * build tested on maiden tmp-dir * run tested all applications and plugins on overo Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-xfce/classes')
-rw-r--r--meta-xfce/classes/xfce-panel-plugin.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-xfce/classes/xfce-panel-plugin.bbclass b/meta-xfce/classes/xfce-panel-plugin.bbclass
index 5b89cdce86..b2f06781d2 100644
--- a/meta-xfce/classes/xfce-panel-plugin.bbclass
+++ b/meta-xfce/classes/xfce-panel-plugin.bbclass
@@ -5,5 +5,7 @@ DEPENDS += "libxfce4ui libxfce4util xfce4-panel"
SRC_URI = "http://archive.xfce.org/src/panel-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2"
FILES_${PN} += "${datadir}/xfce4/panel-plugins/"
+FILES_${PN} += "${datadir}/xfce4/panel/plugins/"
FILES_${PN} += "${libdir}/xfce4/panel-plugins/*.so"
+FILES_${PN} += "${libdir}/xfce4/panel/plugins/*.so"
FILES_${PN}-dbg += "${libexecdir}/xfce4/panel-plugins/.debug"