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 5b88bf922..853e05db7 100644 --- a/package/pkg-config/pkg-config.mk +++ b/package/pkg-config/pkg-config.mk @@ -11,7 +11,7 @@ ifeq ($(BR2_ENABLE_DEBUG),y) # install-exec doesn't install aclocal stuff PKG_CONFIG_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install endif -PKG_CONFIG_DEPENDENCIES = uclibc libglib2 +PKG_CONFIG_DEPENDENCIES = libglib2 PKG_CONFIG_CONF_OPT = --with-installed-glib |