All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] Revert "gtk+3: add librsvg to DEPENDS"
@ 2019-03-29 14:29 Ross Burton
  2019-03-29 14:29 ` [PATCH 2/3] adwaita-icon-theme: depend on librsvg Ross Burton
  2019-03-29 14:29 ` [PATCH 3/3] gtk-icon-cache: clean up DEPENDS Ross Burton
  0 siblings, 2 replies; 4+ messages in thread
From: Ross Burton @ 2019-03-29 14:29 UTC (permalink / raw)
  To: openembedded-core

This was added so that adwaita-icon-theme can find the SVG loader for icon
generation, but the fix is in the wrong place.  GTK+ does not depend on librsvg
at all, the tool in GTK+ which loads the icons uses gdk-pixbuf which uses
loadable modules.

This reverts commit 66828ff04d107b7719c9c8857d7c6c2ebf20a8bb.

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 meta/recipes-gnome/gtk+/gtk+3.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-gnome/gtk+/gtk+3.inc b/meta/recipes-gnome/gtk+/gtk+3.inc
index b58641a4702..77b6c31536b 100644
--- a/meta/recipes-gnome/gtk+/gtk+3.inc
+++ b/meta/recipes-gnome/gtk+/gtk+3.inc
@@ -5,7 +5,7 @@ HOMEPAGE = "http://www.gtk.org"
 BUGTRACKER = "https://bugzilla.gnome.org/"
 SECTION = "libs"
 
-DEPENDS = "glib-2.0 cairo pango atk jpeg libpng gdk-pixbuf librsvg \
+DEPENDS = "glib-2.0 cairo pango atk jpeg libpng gdk-pixbuf \
            gdk-pixbuf-native"
 
 LICENSE = "LGPLv2 & LGPLv2+ & LGPLv2.1+"
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-04-01 10:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-29 14:29 [PATCH 1/3] Revert "gtk+3: add librsvg to DEPENDS" Ross Burton
2019-03-29 14:29 ` [PATCH 2/3] adwaita-icon-theme: depend on librsvg Ross Burton
2019-03-29 14:29 ` [PATCH 3/3] gtk-icon-cache: clean up DEPENDS Ross Burton
2019-04-01 10:44   ` Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.