From 307c3b1653405f2404853c0420b60f02208175d8 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Thu, 19 May 2022 04:27:12 +0200 Subject: librsvg: Drop the dependency on libcroco The dependency on libcroco was removed in version 2.48.0. Signed-off-by: Peter Kjellerstedt Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie --- meta/recipes-gnome/librsvg/librsvg_2.54.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/librsvg/librsvg_2.54.3.bb b/meta/recipes-gnome/librsvg/librsvg_2.54.3.bb index 958e80f00a..3578898692 100644 --- a/meta/recipes-gnome/librsvg/librsvg_2.54.3.bb +++ b/meta/recipes-gnome/librsvg/librsvg_2.54.3.bb @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \ " SECTION = "x11/utils" -DEPENDS = "cairo gdk-pixbuf glib-2.0 libcroco libxml2 pango python3-docutils-native" +DEPENDS = "cairo gdk-pixbuf glib-2.0 libxml2 pango python3-docutils-native" BBCLASSEXTEND = "native nativesdk" inherit gnomebase pixbufcache upstream-version-is-even gobject-introspection rust vala gi-docgen -- cgit 1.2.3-korg