From 909972348df473cd4af3a4306f8f8abfc0f635cb Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 31 May 2010 12:30:14 +0200 Subject: Do not needlessly link against libX11 and libfreetype --- config.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 3271e8b..07c95be 100644 --- a/config.mk +++ b/config.mk @@ -32,5 +32,4 @@ dmalloc = -DWITH_DMALLOC CFLAGS += ${xinerama} -DPREFIX=\"${PREFIX}\" \ -DPACKAGE=\"${PACKAGE}\" -DVERSION=\"${VERSION}\" -LDFLAGS += -lpng -lX11 -lImlib2 -lfreetype -lXext -lgiblib \ - ${xinerama_ld} +LDFLAGS += -lpng -lX11 -lImlib2 -lgiblib ${xinerama_ld} -- cgit v1.2.3