aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index aaa33a8..1ec2346 100644
--- a/meson.build
+++ b/meson.build
@@ -7,7 +7,7 @@ gdkpixbuf = dependency('gdk-pixbuf-2.0', required : get_option('gdk-pixbuf'))
dependencies = [
dependency('gtk+-3.0'),
dependency('libturbojpeg'),
- dependency('libpng', version : '>=1.5.4'),
+ dependency('spng', version : '>=0.7.0'),
dependency('pixman-1'),
libraw,
librsvg,