From aa62ea012922c197338f133b0fe1cdf003a2697b Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Thu, 21 Jun 2012 23:46:44 +0300 Subject: [PATCH] Remove unnecessary dependencies --- config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.mk b/config.mk index 191cc17..2af7fd8 100644 --- a/config.mk +++ b/config.mk @@ -7,7 +7,7 @@ X11LIB = /usr/X11R6/lib # Xft, comment if you don't want it XFTINC = -I/usr/include/freetype2 -XFTLIBS = -lXft -lXrender -lfreetype -lz -lfontconfig +XFTLIBS = -lXft # Xinerama, comment if you don't want it XINERAMALIBS = -lXinerama @@ -18,7 +18,7 @@ INIFLAGS = -DINI_ALLOW_MULTILINE=0 # includes and libs INCS = -I${X11INC} -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 ${XFTINC} -LIBS = -L${X11LIB} -lX11 -lXext -lXss -ldbus-1 ${XFTLIBS} -lpthread -lrt ${XINERAMALIBS} +LIBS = -L${X11LIB} -lX11 -lXss -ldbus-1 ${XFTLIBS} ${XINERAMALIBS} # flags CPPFLAGS = -D_BSD_SOURCE -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} ${INIFLAGS}