From: Daniel Carl Date: Tue, 21 Jan 2014 22:20:24 +0000 (+0100) Subject: Removed X11 lib linking. X-Git-Url: https://git.owens.tech/dummy.html/dummy.html/git?a=commitdiff_plain;h=45be51133bfe6270ba1c210c1d7d0fbea0c0eb13;p=vimb.git Removed X11 lib linking. --- 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))