diff mbox series

librsvg: enable vapi build

Message ID 20230109133437.84684-1-f_l_k@t-online.de
State New
Headers show
Series librsvg: enable vapi build | expand

Commit Message

Markus Volk Jan. 9, 2023, 1:34 p.m. UTC
Otherwise gnome-chess will fail like this:

| error: Package `librsvg-2.0' not found in specified Vala API directories or GObject-Introspection GIR directories
| Compilation failed: 1 error(s), 0 warning(s)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 meta/recipes-gnome/librsvg/librsvg_2.54.5.bb | 2 ++
 1 file changed, 2 insertions(+)

Comments

Alexander Kanavin Jan. 9, 2023, 2:38 p.m. UTC | #1
This probably needs 'inherit vala' as well, so that dependencies are
reliably pulled in?

Alex

On Mon, 9 Jan 2023 at 14:35, Markus Volk <f_l_k@t-online.de> wrote:
>
> Otherwise gnome-chess will fail like this:
>
> | error: Package `librsvg-2.0' not found in specified Vala API directories or GObject-Introspection GIR directories
> | Compilation failed: 1 error(s), 0 warning(s)
>
> Signed-off-by: Markus Volk <f_l_k@t-online.de>
> ---
>  meta/recipes-gnome/librsvg/librsvg_2.54.5.bb | 2 ++
>  1 file changed, 2 insertions(+)
>
> 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"
>
>  inherit rust-target-config
>
> +EXTRA_OECONF:class-target = "--enable-vala"
> +
>  # rust-cross writes the target linker binary into target json definition without any flags.
>  # This breaks here because the linker isn't going to work without at least knowing where
>  # the sysroot is. So copy the json to workdir, and patch in the path to wrapper from rust class
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#175683): https://lists.openembedded.org/g/openembedded-core/message/175683
> Mute This Topic: https://lists.openembedded.org/mt/96152051/1686489
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Markus Volk Jan. 9, 2023, 2:41 p.m. UTC | #2
Am Mo, 9. Jan 2023 um 15:38:42 +0100 schrieb Alexander Kanavin 
<alex.kanavin@gmail.com>:
> This probably needs 'inherit vala' as well, so that dependencies are
> reliably pulled in?

inherit vala is already present, but wasn't enough
diff mbox series

Patch

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"
 
 inherit rust-target-config
 
+EXTRA_OECONF:class-target = "--enable-vala"
+
 # rust-cross writes the target linker binary into target json definition without any flags.
 # This breaks here because the linker isn't going to work without at least knowing where
 # the sysroot is. So copy the json to workdir, and patch in the path to wrapper from rust class