aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2022-06-04 22:47:44 +0200
committerPřemysl Eric Janouch <p@janouch.name>2022-06-04 23:14:15 +0200
commit024b5117b4fdbd3193afab40c071abd11b85a013 (patch)
treeaa0f9154f2640d17d0b864015c79bacafcbcf0f4 /meson.build
parentac6b606ccc85c2fca02b6199ba138fd85f04489c (diff)
downloadfiv-024b5117b4fdbd3193afab40c071abd11b85a013.tar.gz
fiv-024b5117b4fdbd3193afab40c071abd11b85a013.tar.xz
fiv-024b5117b4fdbd3193afab40c071abd11b85a013.zip
Get rid of our spng dependency
Thumbnails can be properly loaded using Wuffs now.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build5
1 files changed, 0 insertions, 5 deletions
diff --git a/meson.build b/meson.build
index 38afe47..b885e2e 100644
--- a/meson.build
+++ b/meson.build
@@ -39,11 +39,6 @@ dependencies = [
dependency('libwebpdemux'),
dependency('libwebpdecoder', required : false),
dependency('libwebpmux'),
- # https://github.com/google/wuffs/issues/58
- dependency('spng', version : '>=0.7.0',
- default_options: 'default_library=static',
- # fallback : ['spng', 'spng_dep'],
- ),
lcms2,
libjpegqs,