---
 wmcliphist/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/wmcliphist/Makefile b/wmcliphist/Makefile
index be3449d..c8ba5a9 100644
--- a/wmcliphist/Makefile
+++ b/wmcliphist/Makefile
@@ -1,6 +1,6 @@
 CC ?= gcc
 PREFIX = /usr/local
-INCLUDES = `pkg-config --cflags gtk+-2.0` -I. -Ifoodock
+INCLUDES = `pkg-config --cflags gtk+-2.0 x11` -I. -Ifoodock
 
 # for normal use
 CFLAGS += -Wall -ansi -pedantic $(INCLUDES)
@@ -12,7 +12,7 @@ DEBUG =
 #CFLAGS += -Wall -g -ansi $(INCLUDES) -DFNCALL_DEBUG
 #DEBUG = debug.o
 
-LIBS = `pkg-config --libs gtk+-2.0`
+LIBS = `pkg-config --libs gtk+-2.0 x11`
 
 OBJECTS = wmcliphist.o clipboard.o gui.o rcconfig.o history.o hotkeys.o 
utils.o $(DEBUG)
 TARGET = wmcliphist
-- 
2.1.0


-- 
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Reply via email to