From: Markus Volk <f_l_k@t-online.de>
To: yocto@lists.yoctoproject.org, bartiszosti@gmail.com
Subject: Re: [yocto] lack of javascriptcoregtk-4.0 #scarthgap
Date: Mon, 05 Aug 2024 14:22:36 +0200 [thread overview]
Message-ID: <PPVQHS.SWN8UJYN38W@t-online.de> (raw)
In-Reply-To: <3diF.1722840635783159101.Rmv7@lists.yoctoproject.org>
[-- Attachment #1: Type: text/plain, Size: 1226 bytes --]
Hi,
webkit2gtk-4.0 and thus also javascriptcoregtk-4.0 are provided by
webkitgtk-2.38. Yocto/oe has a higher version of webkitgtk which
provides webkit2gtk-4.1/javascriptcoregtk-4.1 (if built with gtk3
support) That's probably why the rust crate doesn't find the one it
wants.
On Sun, Aug 4 2024 at 11:50:35 PM -07:00:00, bartiszosti@gmail.com
wrote:
> Hello,
> I'm trying to build a application based on the Tauri.
> I created a simple application and currently a recipe I shared below.
>
> tauri-vanilla.bb
> LICENSE = "CLOSED"
>
> SRC_URI =
> "git://github.com/bartiszosti/tauri-vanilla.git;branch=master;protocol=https"
> SRCREV = "${AUTOREV}"
>
> S = "${WORKDIR}/git"
>
> DEPENDS = "nodejs webkitgtk3"
>
> do_compile[network] = "1"
> CARGO_DISABLE_BITBAKE_VENDORING = "1"
> CARGO_SRC_DIR = "src-tauri"
>
> inherit cargo pkgconfig
>
> I'm able to achive 86% of the compilation with that recipe, deleting
> the "--frozen" flag from the CARGO_BUILD_FLAGS in cargo.bbclass and
> setting the PACKAGEGROUP_SOUP to "soup2" in the webkitgtk3.bb but
> then I get error thet the javascriptcoregtk-4.0 is missing. Do you
> know how can I add this library to dependancies?
>
> Best regards,
> Bartosz Szostak
>
[-- Attachment #2: Type: text/html, Size: 2570 bytes --]
next prev parent reply other threads:[~2024-08-05 12:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-05 6:50 lack of javascriptcoregtk-4.0 #scarthgap bartiszosti
2024-08-05 12:22 ` Markus Volk [this message]
2024-08-05 16:17 ` [yocto] " Tim Orling
2024-08-05 16:27 ` bartiszosti
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=PPVQHS.SWN8UJYN38W@t-online.de \
--to=f_l_k@t-online.de \
--cc=bartiszosti@gmail.com \
--cc=yocto@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.