aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce/classes/xfce.bbclass
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2016-05-02 01:17:45 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2016-05-06 12:40:24 +0200
commitb86f2fac9534421a2ea81d2397e187b2c2d833a8 (patch)
tree9dbfeb99143eed024650670ce9ceadb0e69b8a18 /meta-xfce/classes/xfce.bbclass
parentc31ccabca505627deb880bb6ff604d6f21fe0d83 (diff)
downloadmeta-openembedded-contrib-b86f2fac9534421a2ea81d2397e187b2c2d833a8.tar.gz
meta-xfce: add intltool-native to DEPENDS
fix tons of messages as: | WARNING: foo do_configure: Missing DEPENDS on intltool-native Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce/classes/xfce.bbclass')
-rw-r--r--meta-xfce/classes/xfce.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-xfce/classes/xfce.bbclass b/meta-xfce/classes/xfce.bbclass
index f4ef55643b..b49bba19b7 100644
--- a/meta-xfce/classes/xfce.bbclass
+++ b/meta-xfce/classes/xfce.bbclass
@@ -8,6 +8,8 @@ SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@xfce_verdir("${PV}")}/${BP
inherit autotools gettext gtk-icon-cache pkgconfig
+DEPENDS += "intltool-native"
+
FILES_${PN} += "${datadir}/icons/* ${datadir}/applications/* ${libdir}/xfce4/modules/*.so*"
FILES_${PN}-doc += "${datadir}/xfce4/doc"