From 176e90a1b62bdb776aff97c566dcdda9602a1483 Mon Sep 17 00:00:00 2001 From: Leonardo Hernández Hernández Date: Tue, 4 Oct 2022 22:33:03 -0500 Subject: readme: add webp info --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d08d5bc..0645719 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,9 @@ wallpaper _may_ be added in the future. * wayland (_client_ and _cursor_ libraries) * libpng (optional) * libjpeg (optional) +* libwebp (optional) -Note that at least one of _libpng_ and _libjpeg_ is required. +Note that at least one of _libpng_, _libjpeg_ and _libwebp_ is required. ### Compile time @@ -39,9 +40,10 @@ ninja -C build sudo ninja -C build install ``` -By default, PNG and JPEG support is auto-detected. You can force +By default, PNG, JPEG and WebP support is auto-detected. You can force disable/enable them with the meson command line options -`-Dpng=disabled|enabled` and `-Djpeg=disabled|enabled`. +`-Dpng=disabled|enabled`, `-Djpeg=disabled|enabled` and +`-Dwebp=disabled|enabled`. ## Derivative work -- cgit v1.2.3