mer-hybris / libgbinder

GLib-style interface to binder
BSD 3-Clause "New" or "Revised" License
50 stars 42 forks source link

[build] Support pkg-config cross-compilation #120

Closed JamiKettunen closed 11 months ago

JamiKettunen commented 11 months ago

Previously to cross-compile one would need to add a pkg-config executable in $PATH wrapping all the search paths required; now one can e.g. make PKG_CONFIG=foreign-arch-target-pkg-config with the wrapper executable being separate and allowing programs for host to also be built if needed for example.

See also https://github.com/sailfishos/libglibutil/pull/11.

monich commented 11 months ago

Thanks!