* 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 <[email protected]> --- meta-xfce/classes/xfce.bbclass | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta-xfce/classes/xfce.bbclass b/meta-xfce/classes/xfce.bbclass index 1a13fdc..debd645 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" -- 1.7.4.4 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
