瀏覽代碼

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 年之前
父節點
當前提交
8b3ed2f434
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"