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:59:49 +0100 |
commit | 4c74306a3ef192778c49d66f6d53c557166a4b0f (patch) | |
tree | 870a754270270ffa5c2fbc48904c9f64dce76dcb /meta/recipes-gnome | |
parent | 9b19d6548a345009a6de79a6820c07a72054d961 (diff) | |
download | poky-4c74306a3ef192778c49d66f6d53c557166a4b0f.tar.gz |
gnome-icon-theme: Needs nls.m4
it really needs nls, so lets add proper dependencies
and options
Change-Id: Ib01f066e9dadf2784686cbe28578d2784dfcba88
(From OE-Core rev: e61b6d99693a660f62f4a6494fb775fa14aacd12)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-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" | |||
10 | 10 | ||
11 | DEPENDS = "icon-naming-utils-native glib-2.0 intltool-native libxml-simple-perl-native" | 11 | DEPENDS = "icon-naming-utils-native glib-2.0 intltool-native libxml-simple-perl-native" |
12 | 12 | ||
13 | inherit autotools perlnative gtk-icon-cache pkgconfig | 13 | inherit autotools perlnative gtk-icon-cache pkgconfig gettext |
14 | 14 | ||
15 | SRC_URI = "${GNOME_MIRROR}/${BPN}/2.31/${BPN}-${PV}.tar.bz2 \ | 15 | SRC_URI = "${GNOME_MIRROR}/${BPN}/2.31/${BPN}-${PV}.tar.bz2 \ |
16 | file://iconpath-option.patch" | 16 | file://iconpath-option.patch" |