summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/librsvg
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2022-05-19 04:27:12 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-05-20 22:52:23 +0100
commitf4fe20322c748b0a2ba127df4a702f4719892dad (patch)
tree2535f9c563360358b105c7ac21b36afdce86ca9d /meta/recipes-gnome/librsvg
parent8346dc9d5de641d0b52a60181d8420adca80fbb8 (diff)
downloadpoky-f4fe20322c748b0a2ba127df4a702f4719892dad.tar.gz
librsvg: Drop the dependency on libcroco
The dependency on libcroco was removed in version 2.48.0. (From OE-Core rev: 307c3b1653405f2404853c0420b60f02208175d8) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/librsvg')
-rw-r--r--meta/recipes-gnome/librsvg/librsvg_2.54.3.bb2
1 files changed, 1 insertions, 1 deletions
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 \
11 " 11 "
12 12
13SECTION = "x11/utils" 13SECTION = "x11/utils"
14DEPENDS = "cairo gdk-pixbuf glib-2.0 libcroco libxml2 pango python3-docutils-native" 14DEPENDS = "cairo gdk-pixbuf glib-2.0 libxml2 pango python3-docutils-native"
15BBCLASSEXTEND = "native nativesdk" 15BBCLASSEXTEND = "native nativesdk"
16 16
17inherit gnomebase pixbufcache upstream-version-is-even gobject-introspection rust vala gi-docgen 17inherit gnomebase pixbufcache upstream-version-is-even gobject-introspection rust vala gi-docgen