]> git.sur5r.net Git - i3/i3lock/commitdiff
fix compilation on some systems (Thanks badboy)
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 15 Mar 2012 12:50:51 +0000 (13:50 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 15 Mar 2012 12:50:51 +0000 (13:50 +0100)
Makefile
README

index cc7dff90b60c6a36c88f4cb857c3e97500313c48..b045d6d29242a0772e23b9dbddfe3efa922935a7 100644 (file)
--- 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
index 213f5efa516c606fcd5064c3a9702a05d9650ba0..99e0af50b2f01d21f332e23137f21239a1d067b0 100644 (file)
--- a/README
+++ b/README
@@ -26,6 +26,7 @@ Requirements
 - libcairo-dev
 - libxcb-xinerama
 - libev
+- libx11-dev
 
 Running i3lock
 -------------