Skip to content

how to enable yocto toolchain integration with meson? #41646

Answered by Neumann-A
cenit asked this question in Q&A
Discussion options

You must be logged in to vote

simply set(VCPKG_MESON_CROSS_FILE "${CMAKE_CURRENT_LIST_DIR}/your-meson-cross-file") somewhere before the call. I advise to use the triplet but for testing it is probably better to do it in the port you want to use the cross file?

I mean it is just a variable so it works as every variable in cmake script mode.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@dg0yt
Comment options

@cenit
Comment options

Comment options

You must be logged in to vote
1 reply
@Neumann-A
Comment options

Answer selected by cenit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants