1
0
Fork 0
mirror of https://github.com/Raymo111/i3lock-color.git synced 2024-11-11 13:50:52 -05:00

fix compilation on some systems (Thanks badboy)

This commit is contained in:
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
-------------