summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/librsvg
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2022-03-12 08:30:22 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-15 08:40:09 +0000
commit14f1fc94e25fa337c25fbe5414f71e3b0816aaa6 (patch)
treec527376e78d4649c742a130709ed37cac9f8d475 /meta/recipes-gnome/librsvg
parenta8e12f4f116eba7584be9dc751c315b6bddf8ba3 (diff)
downloadpoky-14f1fc94e25fa337c25fbe5414f71e3b0816aaa6.tar.gz
librsvg: inherit vala
this fixes a build error about missing vapigen and enables vapi build (From OE-Core rev: 7293e840e0325fe1b8ea519644184f4c8927ecbd) Signed-off-by: Markus Volk <f_l_k@t-online.de> 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.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/librsvg/librsvg_2.52.6.bb b/meta/recipes-gnome/librsvg/librsvg_2.52.6.bb
index 85ecc10d00..346b400786 100644
--- a/meta/recipes-gnome/librsvg/librsvg_2.52.6.bb
+++ b/meta/recipes-gnome/librsvg/librsvg_2.52.6.bb
@@ -14,7 +14,7 @@ SECTION = "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"
16 16
17inherit gnomebase gtk-doc pixbufcache upstream-version-is-even gobject-introspection rust 17inherit gnomebase gtk-doc pixbufcache upstream-version-is-even gobject-introspection rust vala
18 18
19SRC_URI += "file://0001-Makefile.am-pass-rust-target-to-cargo-also-when-not-.patch \ 19SRC_URI += "file://0001-Makefile.am-pass-rust-target-to-cargo-also-when-not-.patch \
20 file://0001-system-deps-src-lib.rs-do-not-probe-into-harcoded-li.patch \ 20 file://0001-system-deps-src-lib.rs-do-not-probe-into-harcoded-li.patch \