aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLeonardo Hernández Hernández <leohdz172@proton.me>2023-07-24 00:09:16 -0600
committerLeonardo Hernández Hernández <leohdz172@proton.me>2023-12-15 23:06:16 -0600
commit51de02c51f06bda67c40474d148e21d4717ba086 (patch)
treec6f035f4b8f2e085082b24b5d1f2554fa5418b65 /README.md
parent423f7dc6990b1cb5afde95f8383c44b1a4dce16a (diff)
downloadwbg-51de02c51f06bda67c40474d148e21d4717ba086.tar.gz
svg: initial support for SVG images, using nanosvg
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0645719..e0bb321 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,8 @@ wallpaper _may_ be added in the future.
* libjpeg (optional)
* libwebp (optional)
-Note that at least one of _libpng_, _libjpeg_ and _libwebp_ is required.
+Note that if SVG support is disabled at least one of _libpng_, _libjpeg_ and
+_libwebp_ is required.
### Compile time
@@ -44,9 +45,19 @@ 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`, `-Djpeg=disabled|enabled` and
`-Dwebp=disabled|enabled`.
+SVG support is enabled by default (as it does not require additional
+dependencies). You can disable it with the meson command line option
+`-Dsvg=false`
## Derivative work
* https://codeberg.org/droc12345/wbg - adds support for directories
with images, random, timer flags.
+
+
+## License
+Wbg is released under the [MIT license](LICENSE).
+
+Wbg (optionally) uses nanosvg, released under the [Zlib
+license](3rd-party/nanosvg/LICENSE.txt).