aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorArthur Williams <taaparthur@gmail.com>2021-09-19 10:49:56 +0200
committerNRK <nrk@disroot.org>2021-10-09 22:17:50 +0200
commit675db4bbb646ff51cc3ecc8ba7d587670872580a (patch)
treef0536022677edf2968f770a0dc67a02e074d8b69 /README.md
parent6ce94e3e3b8cccab0a5cc23c7538ad19626c1c1d (diff)
downloadnsxiv-675db4bbb646ff51cc3ecc8ba7d587670872580a.tar.zst
Make statusbar optional (#95)
libXft and libfontconfig are now optional dependencies which can be disabled via `HAVE_LIBFONTS=0`. Disabling them means disabling the statusbar. This also does not search for freetype2 header if disabled. Co-authored-by: NRK <nrk@disroot.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1c9d58f..3c97e5e 100644
--- a/README.md
+++ b/README.md
@@ -45,14 +45,13 @@ nsxiv requires the following software to be installed:
* Imlib2
* X11
- * Xft
- * freetype2
- * fontconfig
The following dependencies are optional.
* inotify : Used for auto-reloading images on change.
Disabled via `HAVE_INOTIFY=0`
+ * libXft, freetype2, fontconfig : Used for the status bar.
+ Disabled via `HAVE_LIBFONTS=0`
* giflib : Used for animated gif playback.
Disabled via `HAVE_LIBGIF=0`.
* libexif : Used for auto-orientation and exif thumbnails.