]> code.ossystems Code Review - openembedded-core.git/commitdiff
gnome-icon-theme: Needs nls.m4
authorKhem Raj <raj.khem@gmail.com>
Fri, 24 Apr 2015 03:35:26 +0000 (20:35 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 27 Apr 2015 13:57:44 +0000 (14:57 +0100)
it really needs nls, so lets add proper dependencies
and options

Change-Id: Ib01f066e9dadf2784686cbe28578d2784dfcba88
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb

index ee018bdc4011b88a1bbc90daa5ad70dde0cdff96..fde2bc04b2e8d085c95ff308b3eace74ec682ece 100644 (file)
@@ -10,7 +10,7 @@ PR = "r5"
 
 DEPENDS = "icon-naming-utils-native glib-2.0 intltool-native libxml-simple-perl-native"
 
-inherit autotools perlnative gtk-icon-cache pkgconfig
+inherit autotools perlnative gtk-icon-cache pkgconfig gettext
 
 SRC_URI = "${GNOME_MIRROR}/${BPN}/2.31/${BPN}-${PV}.tar.bz2 \
            file://iconpath-option.patch"