i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit 324149ea773afd82b6ebe45f2fb452cbdb30e3c2
parent c9fe076f954569f9145c45c74556dc8bba020207
Author: Michael Stapelberg <michael@stapelberg.de>
Date:   Thu, 15 Mar 2012 13:50:51 +0100

fix compilation on some systems (Thanks badboy)

Diffstat:
MMakefile | 1+
MREADME | 1+
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git 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)
diff --git a/README b/README
@@ -26,6 +26,7 @@ Requirements
 - libcairo-dev
 - libxcb-xinerama
 - libev
+- libx11-dev
 
 Running i3lock
 -------------