From b86f2fac9534421a2ea81d2397e187b2c2d833a8 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Mon, 2 May 2016 01:17:45 +0200 Subject: meta-xfce: add intltool-native to DEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix tons of messages as: | WARNING: foo do_configure: Missing DEPENDS on intltool-native Signed-off-by: Andreas Müller Signed-off-by: Martin Jansa --- meta-xfce/classes/xfce.bbclass | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-xfce/classes') 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" -- cgit 1.2.3-korg