Skip to content

Use the host architecture pkg-config

Bastian Germann requested to merge (removed):cross-pkg-config into master

gambas3 fails to cross build from source, because it hard codes the build architecture pkg-config in various places and thus fails finding required components that are only installed for the host architecture.

Employ PKG_PROG_PKG_CONFIG to discover the host architecture pkg-config and let the build proceed quite a bit further.

[GB.NCURSES]

  • Use the host architecture pkg-config

[GB.PDF]

  • Use the host architecture pkg-config

[GB.QT4]

  • Use the host architecture pkg-config

[GB.QT5]

  • Use the host architecture pkg-config

Merge request reports