i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit cc73d88aea94540c673c25da21954f1e37d1eb23
parent b181e3137bb36a79327df6bb916b8520528cd8eb
Author: Michael Stapelberg <michael@stapelberg.de>
Date:   Sat,  7 Nov 2015 14:51:02 +0100

Remove libxkbfile dependency from README.md/comments

It has not been in use since commit 7eb43aeabd7a5eb71927520c427debb45eab05f2

Diffstat:
MREADME.md | 1-
Mi3lock.c | 1-
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -28,7 +28,6 @@ Requirements
 - libev
 - libx11-dev
 - libx11-xcb-dev
-- libxkbfile-dev
 - libxkbcommon >= 0.5.0
 - libxkbcommon-x11 >= 0.5.0
 
diff --git a/i3lock.c b/i3lock.c
@@ -44,7 +44,6 @@
 
 typedef void (*ev_callback_t)(EV_P_ ev_timer *w, int revents);
 
-/* We need this for libxkbfile */
 char color[7] = "ffffff";
 int inactivity_timeout = 30;
 uint32_t last_resolution[2];