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/xpdf/xpdf.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/xpdf/xpdf.mk') diff --git a/package/xpdf/xpdf.mk b/package/xpdf/xpdf.mk index ab60b2be5..6bbfed631 100644 --- a/package/xpdf/xpdf.mk +++ b/package/xpdf/xpdf.mk @@ -25,7 +25,7 @@ ifeq ($(BR2_PACKAGE_XORG7),y) CXXFLAGS="-I$(STAGING_DIR)/usr/include/freetype2" endif -XPDF_DEPENDENCIES = uclibc freetype +XPDF_DEPENDENCIES = freetype $(eval $(call AUTOTARGETS,package,xpdf)) -- cgit v1.2.3