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 endif
LIBS += -lpam LIBS += -lpam
LIBS += -lev LIBS += -lev
LIBS += -lX11
FILES:=$(wildcard *.c) FILES:=$(wildcard *.c)
FILES:=$(FILES:.c=.o) FILES:=$(FILES:.c=.o)

1
README

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

Loading…
Cancel
Save