[PATCH] minor: remove unused libxext and freetype2

From: Gaber Ayoubi <gaber.ayoubi_AT_gmail.com>
Date: Thu, 24 Jul 2014 13:38:59 +0000

---
 config.mk | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/config.mk b/config.mk
index 298484e..d5b1dcd 100644
--- a/config.mk
+++ b/config.mk
_AT_@ -12,11 +12,9 @@ X11LIB = /usr/X11R6/lib
 
 # includes and libs
 INCS = -I. -I/usr/include -I${X11INC} \
-       `pkg-config --cflags fontconfig` \
-       `pkg-config --cflags freetype2`
-LIBS = -L/usr/lib -lc -L${X11LIB} -lm -lrt -lX11 -lutil -lXext -lXft \
-       `pkg-config --libs fontconfig`  \
-       `pkg-config --libs freetype2`
+       `pkg-config --cflags fontconfig`
+LIBS = -L/usr/lib -lc -L${X11LIB} -lm -lrt -lX11 -lutil -lXft \
+       `pkg-config --libs fontconfig`
 
 # flags
 CPPFLAGS = -DVERSION=\"${VERSION}\" -D_BSD_SOURCE -D_XOPEN_SOURCE=600
-- 
2.0.2
------=_Part_49373_32648341.1406216501711--
Received on Mon Sep 17 2001 - 00:00:00 CEST

This archive was generated by hypermail 2.3.0 : Thu Jul 24 2014 - 19:00:04 CEST