From 324149ea773afd82b6ebe45f2fb452cbdb30e3c2 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Thu, 15 Mar 2012 13:50:51 +0100 Subject: fix compilation on some systems (Thanks badboy) --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cc7dff9..b045d6d 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,7 @@ LIBS += $(shell pkg-config --libs xcb-keysyms xcb-dpms xcb-image xcb-xinerama) endif LIBS += -lpam LIBS += -lev +LIBS += -lX11 FILES:=$(wildcard *.c) FILES:=$(FILES:.c=.o) -- cgit v1.1