summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/librsvg
diff options
context:
space:
mode:
authorChristian Eggers <ceggers@arri.de>2022-03-25 07:52:26 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-26 09:33:32 +0000
commit02b01be41f06ee87caec8fec2f1c69423caab70c (patch)
tree7d64310ff888543cf7d12c67ea78143a699fa9d6 /meta/recipes-gnome/librsvg
parent025c49b3cf72638d4bcd545b55fd69f03cf62baa (diff)
downloadpoky-02b01be41f06ee87caec8fec2f1c69423caab70c.tar.gz
librsvg: reenable nativesdk
Rust is now available for nativesdk. So the nativesdk build for librsvg can be enabled again. (From OE-Core rev: 96eac366b7b2ba3a826227f9bfe2c1bedea6943e) Signed-off-by: Christian Eggers <ceggers@arri.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@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.52.7.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/librsvg/librsvg_2.52.7.bb b/meta/recipes-gnome/librsvg/librsvg_2.52.7.bb
index eb420e732c..78eb93c635 100644
--- a/meta/recipes-gnome/librsvg/librsvg_2.52.7.bb
+++ b/meta/recipes-gnome/librsvg/librsvg_2.52.7.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
12 12
13SECTION = "x11/utils" 13SECTION = "x11/utils"
14DEPENDS = "cairo gdk-pixbuf glib-2.0 libcroco libxml2 pango" 14DEPENDS = "cairo gdk-pixbuf glib-2.0 libcroco libxml2 pango"
15BBCLASSEXTEND = "native" 15BBCLASSEXTEND = "native nativesdk"
16 16
17inherit gnomebase gtk-doc pixbufcache upstream-version-is-even gobject-introspection rust vala 17inherit gnomebase gtk-doc pixbufcache upstream-version-is-even gobject-introspection rust vala
18 18