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/pango/pango.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/pango') diff --git a/package/pango/pango.mk b/package/pango/pango.mk index 2bcebf3b7..b66baf212 100644 --- a/package/pango/pango.mk +++ b/package/pango/pango.mk @@ -43,7 +43,7 @@ PANGO_CONF_ENV = ac_cv_func_posix_getpwuid_r=yes glib_cv_stack_grows=no \ PANGO_CONF_OPT = --enable-shared --enable-static \ --enable-explicit-deps=no --disable-debug -PANGO_DEPENDENCIES = uclibc gettext libintl host-pkgconfig libglib2 cairo +PANGO_DEPENDENCIES = gettext libintl host-pkgconfig libglib2 cairo ifeq ($(BR2_PACKAGE_XORG7),y) PANGO_CONF_OPT += --with-x \ -- cgit v1.2.3