From 6a86dd9c8eb0238a4bb8ffdd0fb04e62c12739fb Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sun, 27 Mar 2011 21:20:04 +0200 Subject: pkg-config: add usr/share/pkgconfig to search path as well A few packages (like xlib_xtrans) install their .pc files here, and upstream pkg-config defaults to searching both /usr/lib/pkgconfig and /usr/share/pkgconfig, so add it as well. Signed-off-by: Peter Korsgaard --- package/pkg-config/pkg-config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/pkg-config') diff --git a/package/pkg-config/pkg-config.mk b/package/pkg-config/pkg-config.mk index bb52db87d..7189c91aa 100644 --- a/package/pkg-config/pkg-config.mk +++ b/package/pkg-config/pkg-config.mk @@ -12,7 +12,7 @@ PKG_CONFIG_DEPENDENCIES = libglib2 PKG_CONFIG_CONF_OPT = --with-installed-glib HOST_PKG_CONFIG_CONF_OPT = \ - --with-pc-path="$(STAGING_DIR)/usr/lib/pkgconfig" \ + --with-pc-path="$(STAGING_DIR)/usr/lib/pkgconfig:$(STAGING_DIR)/usr/share/pkgconfig" \ --with-sysroot="$(STAGING_DIR)" \ --disable-static -- cgit v1.2.3