On Fri 22. Dec 2023 at 17.50, <[email protected]> wrote: > > -EXTRA_OEMESON += "-Dsystem_dbus_proxy=${bindir}/xdg-dbus-proxy > -Dsystem_bubblewrap=${bindir}/bwrap" > > My understanding was that these were runtime dependencies and setting the > paths would ensure that target flatpak can find them >
No, it actually tries to find these at build time on the host, and run them, checking if the versions are correct. Which is of course a bogus check, because they would be provided by the host distro, and not match what is going to be in the target image: https://github.com/flatpak/flatpak/blob/main/meson.build#L254 If they're unset, then flatpak instead falls back to internal helper binaries that it installs into libexec: https://github.com/flatpak/flatpak/blob/main/meson.build#L351 Alex
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#107767): https://lists.openembedded.org/g/openembedded-devel/message/107767 Mute This Topic: https://lists.openembedded.org/mt/103319788/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
