diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-11-10 21:41:12 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-11-11 22:51:59 +0100 |
commit | cfd2e5d9a53d5f447db5e4b22584104d4790da61 (patch) | |
tree | 7c82db1b49ee373b977b6e825cd2bfdd5db6238b | |
parent | 192698b7bdfe04e9b6ef4ad4e022422f34a00a53 (diff) | |
download | fiv-cfd2e5d9a53d5f447db5e4b22584104d4790da61.tar.gz fiv-cfd2e5d9a53d5f447db5e4b22584104d4790da61.tar.xz fiv-cfd2e5d9a53d5f447db5e4b22584104d4790da61.zip |
README.adoc: fix dependency list
-rw-r--r-- | README.adoc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc index 853e0f0..e2e0fa7 100644 --- a/README.adoc +++ b/README.adoc @@ -19,7 +19,8 @@ Building and Running -------------------- Build dependencies: Meson, pkg-config + Runtime dependencies: gtk+-3.0, pixman-1, shared-mime-info, libpng>=1.5.4, -libturbojpeg, LibRaw (optional), librsvg-2.0 (optional) +libturbojpeg, LibRaw (optional), librsvg-2.0 (optional), +gdk-pixbuf-2.0 (optional) $ git clone --recursive https://git.janouch.name/p/fastiv.git $ meson builddir |