mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
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 66828ff04d.
(From OE-Core rev: 57c112338068b6e8582480b50b025590fef51052)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
23492fb43f
commit
c055a0efe8
@@ -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+"
|
||||
|
||||
Reference in New Issue
Block a user