Browse Source

xfce.bbclass: inherit gettext

Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Andreas Müller 13 years ago
parent
commit
8b3ed2f434
1 changed files with 1 additions and 1 deletions
  1. 1 1
      meta-xfce/classes/xfce.bbclass

+ 1 - 1
meta-xfce/classes/xfce.bbclass

@@ -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"