diff options
author | Markus Volk <f_l_k@t-online.de> | 2022-03-12 08:30:22 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-15 08:40:09 +0000 |
commit | 14f1fc94e25fa337c25fbe5414f71e3b0816aaa6 (patch) | |
tree | c527376e78d4649c742a130709ed37cac9f8d475 /meta | |
parent | a8e12f4f116eba7584be9dc751c315b6bddf8ba3 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-gnome/librsvg/librsvg_2.52.6.bb | 2 |
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" | |||
14 | DEPENDS = "cairo gdk-pixbuf glib-2.0 libcroco libxml2 pango" | 14 | DEPENDS = "cairo gdk-pixbuf glib-2.0 libcroco libxml2 pango" |
15 | BBCLASSEXTEND = "native" | 15 | BBCLASSEXTEND = "native" |
16 | 16 | ||
17 | inherit gnomebase gtk-doc pixbufcache upstream-version-is-even gobject-introspection rust | 17 | inherit gnomebase gtk-doc pixbufcache upstream-version-is-even gobject-introspection rust vala |
18 | 18 | ||
19 | SRC_URI += "file://0001-Makefile.am-pass-rust-target-to-cargo-also-when-not-.patch \ | 19 | SRC_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 \ |