mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-09 17:59:26 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
de8e73cb0c
commit
ae01bc19bf
@@ -6,7 +6,7 @@ PR = "r3"
|
||||
|
||||
SECTION = "x11/gnome"
|
||||
DEPENDS = "gtk-engines icon-naming-utils icon-naming-utils-native glib-2.0 intltool-native libxml-simple-perl-native"
|
||||
RDEPENDS_${PN} = "gnome-icon-theme"
|
||||
RDEPENDS_${PN} = "adwaita-icon-theme"
|
||||
|
||||
EXTRA_OECONF += "--enable-all-themes \
|
||||
--with-iconmap=${STAGING_LIBDIR_NATIVE}/icon-naming-utils/icon-name-mapping \
|
||||
|
||||
Reference in New Issue
Block a user