aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-09-26 07:37:13 +0200
committerPřemysl Eric Janouch <p@janouch.name>2021-10-04 23:17:34 +0200
commitf24885db545d260c816329ae69510eca2e9ec41d (patch)
tree68e4725959eb04b943c2e21c05bfea3601243202 /meson.build
parent58bbe1e2ffa1118b9ebe92bfabbcf5edcaf4cff9 (diff)
downloadfiv-f24885db545d260c816329ae69510eca2e9ec41d.tar.gz
fiv-f24885db545d260c816329ae69510eca2e9ec41d.tar.xz
fiv-f24885db545d260c816329ae69510eca2e9ec41d.zip
Add a thumbnail loader
So far not used, we'll need another widget to make use of it.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index c38458d..ee20657 100644
--- a/meson.build
+++ b/meson.build
@@ -5,6 +5,7 @@ libraw = dependency('libraw', required : get_option('libraw'))
dependencies = [
dependency('gtk+-3.0'),
dependency('libturbojpeg'),
+ dependency('libpng', version : '>=1.5.4'),
libraw,
meson.get_compiler('c').find_library('m', required : false),
]