aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index c85686e..0d7d2f7 100644
--- a/README.md
+++ b/README.md
@@ -36,3 +36,7 @@ meson --buildtype=release build
ninja -C build
sudo ninja -C build install
```
+
+By default, PNG and JPEG support is auto-detected. You can force
+disable/enable them with the meson command line options
+`-Dpng=disabled|enabled` and `-Djpeg=disabled|enabled`.