diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2015-09-16 17:35:57 +0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-09-23 15:37:22 +0200 |
commit | ae01bc19bfa39eda47798b4e09b271af2633e5fd (patch) | |
tree | b2ead865d19e4da507685405d470deb5fe65ac11 /meta-gnome/recipes-gnome | |
parent | de8e73cb0ca5231eabbd803f0193a592e60f7f03 (diff) | |
download | meta-openembedded-ae01bc19bfa39eda47798b4e09b271af2633e5fd.tar.gz |
gnome-themes: Depend on adwaita, not gnome-icon-theme
RDEPEND on adwaita-icon-theme instead of gnome-icon-theme (as latter
is removed from oe-core).
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/themes/gnome-themes_2.32.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/themes/gnome-themes_2.32.1.bb b/meta-gnome/recipes-gnome/themes/gnome-themes_2.32.1.bb index df50684b1f..e9e1b50fe2 100644 --- a/meta-gnome/recipes-gnome/themes/gnome-themes_2.32.1.bb +++ b/meta-gnome/recipes-gnome/themes/gnome-themes_2.32.1.bb | |||
@@ -6,7 +6,7 @@ PR = "r3" | |||
6 | 6 | ||
7 | SECTION = "x11/gnome" | 7 | SECTION = "x11/gnome" |
8 | DEPENDS = "gtk-engines icon-naming-utils icon-naming-utils-native glib-2.0 intltool-native libxml-simple-perl-native" | 8 | DEPENDS = "gtk-engines icon-naming-utils icon-naming-utils-native glib-2.0 intltool-native libxml-simple-perl-native" |
9 | RDEPENDS_${PN} = "gnome-icon-theme" | 9 | RDEPENDS_${PN} = "adwaita-icon-theme" |
10 | 10 | ||
11 | EXTRA_OECONF += "--enable-all-themes \ | 11 | EXTRA_OECONF += "--enable-all-themes \ |
12 | --with-iconmap=${STAGING_LIBDIR_NATIVE}/icon-naming-utils/icon-name-mapping \ | 12 | --with-iconmap=${STAGING_LIBDIR_NATIVE}/icon-naming-utils/icon-name-mapping \ |