From 65a150e7877af228fe05b9b22497709aa4f9133f Mon Sep 17 00:00:00 2001 From: Leonardo Hernández Hernández Date: Sun, 2 Oct 2022 22:49:05 -0500 Subject: webp: intial support for WebP images, using libwebp --- meson_options.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 6818e93..db77d13 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,2 +1,3 @@ option('png', type: 'feature') option('jpeg', type: 'feature') +option('webp', type: 'feature') -- cgit v1.2.3