aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2022-01-06 08:15:26 +0100
committerPřemysl Eric Janouch <p@janouch.name>2022-01-06 08:39:33 +0100
commitbb67df716cfab257a6309df121e6399ddadcc78a (patch)
treedb9ff5a0ff87819499c2d2aa24eff5e1f9291ab4 /meson.build
parent4cd2978e21e47182948e9875111de56273219b89 (diff)
downloadfiv-bb67df716cfab257a6309df121e6399ddadcc78a.tar.gz
fiv-bb67df716cfab257a6309df121e6399ddadcc78a.tar.xz
fiv-bb67df716cfab257a6309df121e6399ddadcc78a.zip
Mildly improve Ubuntu 20.04 compatibility
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build6
1 files changed, 4 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index d862493..7b0762c 100644
--- a/meson.build
+++ b/meson.build
@@ -30,11 +30,13 @@ dependencies = [
dependency('libjpeg', required : get_option('jpeg-qs')),
dependency('libwebp'),
dependency('libwebpdemux'),
- dependency('libwebpdecoder'),
+ dependency('libwebpdecoder', required : false),
dependency('libwebpmux'),
# https://github.com/google/wuffs/issues/58
dependency('spng', version : '>=0.7.0',
- default_options: 'default_library=static'),
+ default_options: 'default_library=static',
+ # fallback : ['spng', 'spng_dep'],
+ ),
lcms2,
libraw,