Browse Source

fix compilation on some systems (Thanks badboy)

master
Michael Stapelberg 13 years ago
parent
commit
324149ea77
  1. 1
      Makefile
  2. 1
      README

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

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

Loading…
Cancel
Save