fix pkg-config for Qt inside LEDE/OpenWrt
authorMirko Vogt <mirko-dev@nanl.de>
Tue, 22 Nov 2016 12:18:15 +0000 (13:18 +0100)
committerMirko Vogt <mirko-dev@nanl.de>
Tue, 22 Nov 2016 12:41:28 +0000 (13:41 +0100)
commit67eb1dd156dc9e303aaff32c282dd5af24aa00c1
treeccb14b2ba9c3cd6066d0c67564de3d5159037d82
parente529dc6cc7de8c52e7c1a1033f9dca576ab3182a
fix pkg-config for Qt inside LEDE/OpenWrt

Qt disables all pkg-config tests if it notices itself
being cross-compiled and PKG_CONFIG_SYSROOT_DIR being
unset.

However we do have a working pkg-config (wrapper around
pkg-config.real) which fixes the issues PKG_CONFIG_SYSROOT_DIR
tries to address.

Qt tries to be too smart in our case - force it to use
pkg-config.
frameworks/qt5base/patches/001-fix-pkgconfig-xcompile-detection.patch [new file with mode: 0644]