From 45be51133bfe6270ba1c210c1d7d0fbea0c0eb13 Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Tue, 21 Jan 2014 23:20:24 +0100 Subject: [PATCH] Removed X11 lib linking. --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index 430a8a5..f1c87d7 100644 --- 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)) -- 2.20.1