exo: Add intltool-native as native dependency

exo-native fails to build due to more strict dependency checking
introduced in autotools.bbclass. intltool-native should be explicitly
defined as a dependency.

Signed-off-by: Adam YH Lee <adam.yh.lee@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Adam YH Lee 2014-03-26 14:27:34 -07:00 committed by Martin Jansa
parent 2076891a3f
commit c04626475b

View File

@ -3,7 +3,7 @@ SECTION = "x11"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
DEPENDS = "gtk+ libxfce4util libxfce4ui virtual/libx11 liburi-perl-native cairo"
DEPENDS_class-native = "glib-2.0-native xfce4-dev-tools-native"
DEPENDS_class-native = "glib-2.0-native xfce4-dev-tools-native intltool-native"
PR = "r4"
inherit xfce pythonnative perlnative