projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61ad98e
)
Removed X11 lib linking.
author
Daniel Carl
<danielcarl@gmx.de>
Tue, 21 Jan 2014 22:20:24 +0000
(23:20 +0100)
committer
Daniel Carl
<danielcarl@gmx.de>
Tue, 21 Jan 2014 22:20:24 +0000
(23:20 +0100)
config.mk
patch
|
blob
|
history
diff --git
a/config.mk
b/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))