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
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#63649): https://lists.yoctoproject.org/g/yocto/message/63649
Mute This Topic: https://lists.yoctoproject.org/mt/107728100/21656
Mute #scarthgap:https://lists.yoctoproject.org/g/yocto/mutehashtag/scarthgap
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to