diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-16 18:00:14 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-16 18:01:31 +0000 |
commit | 91e17c0c0ac2330f826b95e762542cd0d0c82385 (patch) | |
tree | e61e50ab515adffde95131d86b2ba5b9434c9242 /meta/recipes-graphics/pango/pango.inc | |
parent | ecf15d60dd0c255c80de223dad08234e915916a2 (diff) | |
download | openembedded-core-91e17c0c0ac2330f826b95e762542cd0d0c82385.tar.gz openembedded-core-91e17c0c0ac2330f826b95e762542cd0d0c82385.tar.bz2 openembedded-core-91e17c0c0ac2330f826b95e762542cd0d0c82385.zip |
pango: Use gnomebase class, not gnome
There was a circular dependency introduced by the recent gconf changes
to depend on gtk+. The issue is that gtk+ depends on pango and pango
depends on gconf.
This patch changes to use the gnonebase class since pango has no need
of gconf/mime/gtk-icon-cache and hence removes the circular dependency.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/pango/pango.inc')
-rw-r--r-- | meta/recipes-graphics/pango/pango.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/pango/pango.inc b/meta/recipes-graphics/pango/pango.inc index 5a2555f11f..e7262c3417 100644 --- a/meta/recipes-graphics/pango/pango.inc +++ b/meta/recipes-graphics/pango/pango.inc @@ -20,7 +20,7 @@ PACKAGES_DYNAMIC = "pango-module-*" RRECOMMENDS_${PN} = "${@base_contains('DISTRO_FEATURES', 'x11', 'pango-module-basic-x', '', d)} pango-module-basic-fc" -inherit gnome +inherit gnomebase # Create a pango-modules package ALLOW_EMPTY_${BPN}-modules = "1" PACKAGES += "${BPN}-modules" |