[oe-commits] [openembedded-core] 01/05: Revert "gtk+3: add librsvg to DEPENDS"

git at git.openembedded.org git at git.openembedded.org
Mon Apr 1 13:58:44 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 57c112338068b6e8582480b50b025590fef51052
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Fri Mar 29 14:29:03 2019 +0000

    Revert "gtk+3: add librsvg to DEPENDS"
    
    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 at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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 b58641a..77b6c31 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+"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list