From f24885db545d260c816329ae69510eca2e9ec41d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Sun, 26 Sep 2021 07:37:13 +0200 Subject: Add a thumbnail loader So far not used, we'll need another widget to make use of it. --- meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson.build') 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), ] -- cgit v1.2.3