]> code.ossystems Code Review - openembedded-core.git/commitdiff
Revert "gtk+3: add librsvg to DEPENDS"
authorRoss Burton <ross.burton@intel.com>
Fri, 29 Mar 2019 14:29:03 +0000 (14:29 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 1 Apr 2019 13:56:21 +0000 (14:56 +0100)
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-gnome/gtk+/gtk+3.inc

index b58641a4702572d9e6a7ac57a7733f36946f6733..77b6c31536b8144f67affe66b9b761171e647d0a 100644 (file)
@@ -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+"