fix compilation on some systems (Thanks badboy)

pull/1/head
Michael Stapelberg 2012-03-15 13:50:51 +01:00
parent c9fe076f95
commit 324149ea77
2 changed files with 2 additions and 0 deletions

View File

@ -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)

1
README
View File

@ -26,6 +26,7 @@ Requirements
- libcairo-dev
- libxcb-xinerama
- libev
- libx11-dev
Running i3lock
-------------