diff options
Diffstat (limited to 'package/pkg-config')
-rw-r--r-- | package/pkg-config/pkg-config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |