package/Makefile.in: Use appropriate paths for host pkg-config.
authorWill Newton <will.newton@gmail.com>
Tue, 25 Aug 2009 12:03:33 +0000 (13:03 +0100)
committerWill Newton <will.newton@gmail.com>
Sun, 20 Sep 2009 18:34:27 +0000 (19:34 +0100)
commit51173980cdbc89832db17765209e0ccef5be5cf8
treeefb373d34e97b65b19e2e1076cbd51d738d4335f
parentbf5e693d75890f5642e1679af40a687b9189de9c
package/Makefile.in: Use appropriate paths for host pkg-config.

PKG_CONFIG_PATH adds a path to the pkg-config search path, but this is not
enough when we are building host tools - the host pkg-config default path
is still used, and this will pick up .pc files in the staging_dir tree.

PKG_CONFIG_LIBDIR overrides the pkg-config default path and ensures only
host .pc files are found. This fixes a pango build failure when building
for the host with cairo PNG support enabled.

Signed-off-by: Will Newton <will.newton@gmail.com>
package/Makefile.in
package/pango/pango.mk