From e3c44983ce97d448bb7c82a2120408161fec5a04 Mon Sep 17 00:00:00 2001 From: Patrick Ziegler Date: Sun, 17 Dec 2017 09:25:49 +0100 Subject: [PATCH] docs: Add xcb cursor dependency to README (#895) --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c25d5e88..04f0ba96 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,10 @@ A compiler with C++14 support ([clang-3.4+](http://llvm.org/releases/download.ht - xcb-util-wm - xcb-util-xrm -Optional dependencies for extended module support: +**Optional dependencies:** +- xcb-util-cursor *required for the `cursor-click` and `cursor-scroll` settings* + +**Optional dependencies for extended module support:** - alsa-lib *required by `internal/volume`* - jsoncpp *required by `internal/i3`* - libmpdclient *required by `internal/mpd`*