All of lore.kernel.org
 help / color / mirror / Atom feed
* lack of javascriptcoregtk-4.0 #scarthgap
@ 2024-08-05  6:50 bartiszosti
  2024-08-05 12:22 ` [yocto] " Markus Volk
  0 siblings, 1 reply; 4+ messages in thread
From: bartiszosti @ 2024-08-05  6:50 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 825 bytes --]

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: 2103 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-08-05 16:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-05  6:50 lack of javascriptcoregtk-4.0 #scarthgap bartiszosti
2024-08-05 12:22 ` [yocto] " Markus Volk
2024-08-05 16:17   ` Tim Orling
2024-08-05 16:27     ` bartiszosti

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.