aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-12-11 18:25:25 +0100
committerPřemysl Eric Janouch <p@janouch.name>2021-12-12 19:15:34 +0100
commitcaca14036c0b26df6eef4cdaef9cb7811545d52b (patch)
tree5e5aba2b9f8c24646a69965582545a90b06198b2 /meson_options.txt
parentb868e76a1573c4f112477c8b38fbe1e82685ac88 (diff)
downloadfiv-caca14036c0b26df6eef4cdaef9cb7811545d52b.tar.gz
fiv-caca14036c0b26df6eef4cdaef9cb7811545d52b.tar.xz
fiv-caca14036c0b26df6eef4cdaef9cb7811545d52b.zip
Add preliminary direct support for WebP
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index f428622..3edd0e1 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -4,6 +4,8 @@ option('librsvg', type : 'feature', value : 'auto',
description : 'Build with SVG support, requires librsvg')
option('xcursor', type : 'feature', value : 'auto',
description : 'Build with Xcursor support, requires libXcursor')
+option('libwebp', type : 'feature', value : 'auto',
+ description : 'Build with WEBP support, requires libwebp')
option('libheif', type : 'feature', value : 'auto',
description : 'Build with HEIF/AVIF support, requires libheif')
option('libtiff', type : 'feature', value : 'auto',