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

git at git.openembedded.org git at git.openembedded.org
Tue Mar 26 14:05:01 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 d85f4e8fdffe180b54eb7e35a24a2620e5dc8d62
Author: Andreas Müller <schnitzeltony at gmail.com>
AuthorDate: Tue Mar 26 11:29:19 2019 +0100

    gtk+3: add librsvg to DEPENDS
    
    adwaita-icon-themes failes to create symbolic icons. In log.do_install when
    calling gtk-encode-symbolic-svg there many complaints
    
    | Can't load file: Unrecognized image file format
    
    We fail her now due to:
    
    commit 7f6c57635ff4e1edf7a46c49af34846ad0a4bf73
    Author: Alexander Kanavin <alex.kanavin at gmail.com>
    Date:   Wed Jan 30 11:59:25 2019 +0100
    
    gtk+3: remove the gtk-icon-utils-native recipe
    
    gtk-icon-utils-native had librsvg in its DEPENDS. We do not add librsvg-native
    because same issue would occure for gtk-encode-symbolic-svg on target.
    
    Signed-off-by: Andreas Müller <schnitzeltony at gmail.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 77b6c31..b58641a 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 \
+DEPENDS = "glib-2.0 cairo pango atk jpeg libpng gdk-pixbuf librsvg \
            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