From 422ce6536b6d45e4632d526ae04c6af0bd36e80a Mon Sep 17 00:00:00 2001 From: Will Newton Date: Wed, 2 Sep 2009 16:02:02 +0100 Subject: package: Remove unnecessary dependencies on uclibc. A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton 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 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 -- cgit v1.2.3