From d2a6da6c24f91dab4be5e820c28f992203796d57 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sun, 5 Feb 2012 18:46:12 +0900 Subject: [PATCH] Set PKG_CONFIG_PATH to something reasonable. Now libsamplerate can be detected. --- tools/cross/droid/arm-linux-androideabi-pkg-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cross/droid/arm-linux-androideabi-pkg-config b/tools/cross/droid/arm-linux-androideabi-pkg-config index e66fc9b1f..84b7ed7cc 100755 --- a/tools/cross/droid/arm-linux-androideabi-pkg-config +++ b/tools/cross/droid/arm-linux-androideabi-pkg-config @@ -10,7 +10,7 @@ export PKG_CONFIG_LIBDIR=$ANDROID_SYSROOT # Also want to override the standard user defined PKG_CONFIG_PATH with # a android specific one. -export PKG_CONFIG_PATH=$PKG_CONFIG_PATH_ANDROID +export PKG_CONFIG_PATH=$ANDROID_SYSROOT/usr/local/lib/pkgconfig # Now just execute pkg-config with the given command line args. pkg-config $@