]> sigrok.org Git - sigrok-util.git/commit
sigrok-cross-android: Set PKG_CONFIG_LIBDIR globally
authorMarcus Comstedt <redacted>
Wed, 28 Aug 2013 12:19:44 +0000 (14:19 +0200)
committerUwe Hermann <redacted>
Fri, 30 Aug 2013 12:43:45 +0000 (14:43 +0200)
commit226830e4d852609d0a219acadef34efd9f070de1
tree055cdba693fe51eacd3880ba6fb41c437cb51894
parent6ba97136f9e710e35ae1f604e80eefba775f9ead
sigrok-cross-android: Set PKG_CONFIG_LIBDIR globally

PKG_CONFIG_LIBDIR overrides the global directory for .pc files.
This way, no globally installed package files for the build system
will be picked up.  Also, PKG_CONFIG_PATH is unset to prevent any
local build system packages from being found.  Only the packages built
by the script itself should be found.
cross-compile/android/sigrok-cross-android