diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-02-19 21:58:27 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-02-19 22:02:22 +0100 |
commit | a68a73cf5c3cf652c1d30c5948cb7040e60d5f5e (patch) | |
tree | 7c19cb1b746b18ebe47056d7a20e39228bb6683b /README.adoc | |
parent | 433ede4bf189a0be3d2313c0a9d9138a71eaa446 (diff) | |
download | fiv-a68a73cf5c3cf652c1d30c5948cb7040e60d5f5e.tar.gz fiv-a68a73cf5c3cf652c1d30c5948cb7040e60d5f5e.tar.xz fiv-a68a73cf5c3cf652c1d30c5948cb7040e60d5f5e.zip |
Don't mention gdk-pixbuf as a direct dependency
It's a similar case to Cairo.
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc index 53ea151..143c0c8 100644 --- a/README.adoc +++ b/README.adoc @@ -40,7 +40,7 @@ Build dependencies: Meson, pkg-config + Runtime dependencies: gtk+-3.0, glib>=2.64, pixman-1, shared-mime-info, libturbojpeg, libwebp, spng>=0.7.0 + Optional dependencies: lcms2, LibRaw, librsvg-2.0, xcursor, libheif, libtiff, -gdk-pixbuf-2.0, ExifTool, resvg (unstable API, needs to be requested explicitly) +ExifTool, resvg (unstable API, needs to be requested explicitly) $ git clone --recursive https://git.janouch.name/p/fiv.git $ meson builddir |