From 48640311c129134ca0ca950b0797d267feea1420 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Wed, 2 Nov 2011 11:45:13 +0000 Subject: xfce.bbclass: Add further folders for ${PN}-dev/-staticdev/-dbg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Some panel-plugins (e.g xfce4-clipman-plugin) store libraries in /usr/lib/xfce4/panel/plugins instead of /usr/lib/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.bbclass | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-xfce') diff --git a/meta-xfce/classes/xfce.bbclass b/meta-xfce/classes/xfce.bbclass index 1a13fdc7be..debd645a2e 100644 --- a/meta-xfce/classes/xfce.bbclass +++ b/meta-xfce/classes/xfce.bbclass @@ -7,6 +7,9 @@ FILES_${PN} += "${datadir}/icons/* ${datadir}/applications/* ${libdir}/xfce4/mod FILES_${PN}-doc += "${datadir}/xfce4/doc" FILES_${PN}-dev += "${libdir}/xfce4/*/*.la" +FILES_${PN}-dev += "${libdir}/xfce4/*/*/*.la" FILES_${PN}-staticdev += "${libdir}/xfce4/*/*.a" +FILES_${PN}-staticdev += "${libdir}/xfce4/*/*/*.a" FILES_${PN}-dbg += "${libdir}/xfce4/*/.debug" +FILES_${PN}-dbg += "${libdir}/xfce4/*/*/.debug" -- cgit 1.2.3-korg