aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce/classes
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmx.de>2011-10-24 19:26:55 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-25 07:02:05 +0200
commitaaa135b7dc0775c67fcd19eb5d706a52d7659279 (patch)
tree46f0a37e62f890928da28d878fa8268bc7c03698 /meta-xfce/classes
parent040daebc80af5bdcad3636604ac55fc6a9ac1e5d (diff)
downloadmeta-openembedded-aaa135b7dc0775c67fcd19eb5d706a52d7659279.tar.gz
xfce.bbclass: Move static libraries to ${PN}-staticdev
* build tested with fresh build dir * run tested on overo: applications / all available plugins 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.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-xfce/classes/xfce.bbclass b/meta-xfce/classes/xfce.bbclass
index 5b12cbaa4a..1a13fdc7be 100644
--- a/meta-xfce/classes/xfce.bbclass
+++ b/meta-xfce/classes/xfce.bbclass
@@ -7,5 +7,6 @@ FILES_${PN} += "${datadir}/icons/* ${datadir}/applications/* ${libdir}/xfce4/mod
FILES_${PN}-doc += "${datadir}/xfce4/doc"
FILES_${PN}-dev += "${libdir}/xfce4/*/*.la"
+FILES_${PN}-staticdev += "${libdir}/xfce4/*/*.a"
FILES_${PN}-dbg += "${libdir}/xfce4/*/.debug"