aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2021-11-15 10:03:56 -0600
committerEli Schwartz <eschwartz93@gmail.com>2021-11-15 12:40:00 -0500
commita4b4b219085de40612e8f8b65ab994e305ea4eee (patch)
tree3280ff9d5a1f0e67b3cf49ea49c8f2d124638f03 /docs
parent680c6bb012c4566935d2589565ef4d2031442307 (diff)
downloadmeson-a4b4b219085de40612e8f8b65ab994e305ea4eee.zip
meson-a4b4b219085de40612e8f8b65ab994e305ea4eee.tar.gz
meson-a4b4b219085de40612e8f8b65ab994e305ea4eee.tar.bz2
dependencies/zlib: Add system zlib method for android
The same method that the BSDs use should also work for android. Also update the tests and docs where appropriate.
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Dependencies.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Dependencies.md b/docs/markdown/Dependencies.md
index db8623a..86084ea 100644
--- a/docs/markdown/Dependencies.md
+++ b/docs/markdown/Dependencies.md
@@ -711,7 +711,7 @@ $ wx-config --libs std stc
## Zlib
Zlib ships with pkg-config and cmake support, but on some operating
-systems (windows, macOs, FreeBSD, dragonflybsd), it is provided as
+systems (windows, macOs, FreeBSD, dragonflybsd, android), it is provided as
part of the base operating system without pkg-config support. The new
System finder can be used on these OSes to link with the bundled
version.