Removed X11 lib linking.
authorDaniel Carl <danielcarl@gmx.de>
Tue, 21 Jan 2014 22:20:24 +0000 (23:20 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Tue, 21 Jan 2014 22:20:24 +0000 (23:20 +0100)
config.mk

index 430a8a5..f1c87d7 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -36,7 +36,7 @@ CPPFLAGS += -DHAS_GTK3
 endif
 
 # prepare the lib flags used for the linker
-LIBFLAGS = $(shell pkg-config --libs $(LIBS)) -lX11 -lXext
+LIBFLAGS = $(shell pkg-config --libs $(LIBS))
 
 # normal compiler flags
 CFLAGS  += $(shell pkg-config --cflags $(LIBS))