On Tue, 2 Apr 2024 at 21:20, Andreas Cord-Landwehr <cordlandw...@kde.org> wrote:
> https://github.com/mesonbuild/meson/issues/13018
>
> Regarding the way meson finds native binaries, do you have an example how this
> is done in Yocto specifically how meson is pointed to the recipe-sysroot-
> native? All I could find was pkg-config but that has a special native pc file 
> as
> far as I see.

Slightly wrong upstream, I think. Meson already has 'native' keyword
in various functions, for example dependency():
https://mesonbuild.com/Reference-manual_functions.html#dependency
Setting that to true will result in meson calling native pkg-config
for obtaining information, and that would point to the native sysroot.

So gstreamer needs to be fixed to use native: true for finding
binaries it needs to execute. Did you look into how it looks for them
in its meson.build files?

Alex
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#197880): 
https://lists.openembedded.org/g/openembedded-core/message/197880
Mute This Topic: https://lists.openembedded.org/mt/105259530/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to