Browse Source

fix compilation on some systems (Thanks badboy)

master
Michael Stapelberg 13 years ago
parent
commit
324149ea77
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      Makefile
  2. +1
    -0
      README

+ 1
- 0
Makefile 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
- 0
README View File

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


Loading…
Cancel
Save