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:
parent
c9fe076f95
commit
324149ea77
2 changed files with 2 additions and 0 deletions
1
Makefile
1
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)
|
||||
|
|
1
README
1
README
|
@ -26,6 +26,7 @@ Requirements
|
|||
- libcairo-dev
|
||||
- libxcb-xinerama
|
||||
- libev
|
||||
- libx11-dev
|
||||
|
||||
Running i3lock
|
||||
-------------
|
||||
|
|
Loading…
Reference in a new issue