xfce.bbclass: inherit gettext

Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Andreas Müller 2012-01-03 14:41:48 +00:00 committed by Koen Kooi
parent 7032224030
commit 8b3ed2f434

View File

@ -1,7 +1,7 @@
HOMEPAGE = "http://www.xfce.org"
SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2"
inherit autotools gtk-icon-cache pkgconfig
inherit autotools gettext gtk-icon-cache pkgconfig
FILES_${PN} += "${datadir}/icons/* ${datadir}/applications/* ${libdir}/xfce4/modules/*.so*"
FILES_${PN}-doc += "${datadir}/xfce4/doc"