summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorThorsten Töpper <atsutane@freethoughts.de>2010-10-02 21:50:50 +0200
committerMichael Stapelberg <michael@stapelberg.de>2010-10-06 23:37:31 +0200
commitc643bb8e2f1d59408a02d874611a3534ef81ad5b (patch)
tree78a4a21744bc39d95401efc1ab6f5e5600cece55 /README
parentbdf6c6b45d3622c9cd6456fb3a8da4752d7d836f (diff)
Make it possible to build i3lock without cairo.
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 491cd7d..f5fc2de 100644
--- a/README
+++ b/README
@@ -28,3 +28,8 @@ Requirements
Running i3lock
-------------
Simply invoke the 'i3lock' command. To get out of it, enter your password.
+
+Building i3lock
+-------------
+If you don't want to build against libcairo run "make NOLIBCAIRO=y", without
+libcairo displaying images is not possible.