From 675db4bbb646ff51cc3ecc8ba7d587670872580a Mon Sep 17 00:00:00 2001 From: Arthur Williams Date: Sun, 19 Sep 2021 01:49:56 -0700 Subject: 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 --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'README.md') 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. -- cgit v1.2.3-54-g00ecf