diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-04-23 20:35:26 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-27 14:57:44 +0100 |
commit | e61b6d99693a660f62f4a6494fb775fa14aacd12 (patch) | |
tree | 2f8dd18a4993f6380772d23fe3da782e93be5ba1 | |
parent | 7793b1c425077ed6ed11a9bc2a8b1b96612b1c96 (diff) | |
download | openembedded-core-e61b6d99693a660f62f4a6494fb775fa14aacd12.tar.gz openembedded-core-e61b6d99693a660f62f4a6494fb775fa14aacd12.tar.bz2 openembedded-core-e61b6d99693a660f62f4a6494fb775fa14aacd12.zip |
gnome-icon-theme: Needs nls.m4
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>
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb b/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb index ee018bdc40..fde2bc04b2 100644 --- a/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb +++ b/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb @@ -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" |