From 2d1d33ec115a2b32f334f9f16a9ea796ad442d5d Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Wed, 2 Nov 2011 11:45:14 +0000 Subject: xfce-panel-plugin.bbclass: Add further directories to FILES_${PN} MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 Signed-off-by: Koen Kooi --- meta-xfce/classes/xfce-panel-plugin.bbclass | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-xfce/classes') 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" -- cgit 1.2.3-korg