diff options
author | Leonardo Hernández Hernández <leohdz172@protonmail.com> | 2022-10-04 22:33:03 -0500 |
---|---|---|
committer | Leonardo Hernández Hernández <leohdz172@protonmail.com> | 2022-10-04 22:33:03 -0500 |
commit | 176e90a1b62bdb776aff97c566dcdda9602a1483 (patch) | |
tree | 91d65bd97bd06d07a479e1294da5fb7a5d40d7cf | |
parent | 8f907d477f2bc48bd6580e6ce4c2547036be18b5 (diff) | |
download | wbg-176e90a1b62bdb776aff97c566dcdda9602a1483.tar.gz |
readme: add webp info
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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 |