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/x11vnc/x11vnc.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'package/x11vnc') diff --git a/package/x11vnc/x11vnc.mk b/package/x11vnc/x11vnc.mk index c83da2def..0c9877efc 100644 --- a/package/x11vnc/x11vnc.mk +++ b/package/x11vnc/x11vnc.mk @@ -15,6 +15,4 @@ X11VNC_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \ --includedir=/usr/include \ --without-avahi -X11VNC_DEPENDENCIES = uclibc - $(eval $(call AUTOTARGETS,package,x11vnc)) -- cgit v1.2.3