summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/librsvg
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome/librsvg')
-rw-r--r--meta/recipes-gnome/librsvg/librsvg_2.54.5.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-gnome/librsvg/librsvg_2.54.5.bb b/meta/recipes-gnome/librsvg/librsvg_2.54.5.bb
index fc52ae61c5..b2e93a2684 100644
--- a/meta/recipes-gnome/librsvg/librsvg_2.54.5.bb
+++ b/meta/recipes-gnome/librsvg/librsvg_2.54.5.bb
@@ -42,6 +42,8 @@ do_configure[postfuncs] += "cargo_common_do_configure"
42 42
43inherit rust-target-config 43inherit rust-target-config
44 44
45EXTRA_OECONF:class-target = "--enable-vala"
46
45# rust-cross writes the target linker binary into target json definition without any flags. 47# rust-cross writes the target linker binary into target json definition without any flags.
46# This breaks here because the linker isn't going to work without at least knowing where 48# This breaks here because the linker isn't going to work without at least knowing where
47# the sysroot is. So copy the json to workdir, and patch in the path to wrapper from rust class 49# the sysroot is. So copy the json to workdir, and patch in the path to wrapper from rust class