Skip to content

Commit

Permalink
fix compilation on some systems (Thanks badboy)
Browse files Browse the repository at this point in the history
  • Loading branch information
stapelberg committed Mar 15, 2012
1 parent c9fe076 commit 324149e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Requirements
- libcairo-dev
- libxcb-xinerama
- libev
- libx11-dev

Running i3lock
-------------
Expand Down

0 comments on commit 324149e

Please sign in to comment.