summaryrefslogtreecommitdiff
path: root/src/gzip/infblock.h
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2021-08-17 17:27:36 +0200
committerDavid Turner <david@freetype.org>2021-08-19 09:04:03 +0200
commit61cbb95c63566a9c378b0bb33c81145131ac23f8 (patch)
tree9b07a243fdc3ed031574e1339cdb1ef4f86acbd4 /src/gzip/infblock.h
parent02ba0fc81e57a3934c6c1842ade6def0facf82d8 (diff)
downloadfreetype2-61cbb95c63566a9c378b0bb33c81145131ac23f8.tar.gz
[meson] Change Zlib configuration option.
* meson_options.txt, meson.build: Change the format of the 'zlib' meson build configuration option to be a combo with the following choices: - none: Do not support gzip-compressed streams at all. - internal: Support gzip-compressed streams using the copy of the gzip sources under src/gzip/, this should only be used during development to ensure these work properly. - external: Support gzip-compressed streams using the 'zlib' Meson subproject, linked as a static library. - system: Support gzip-compressed streams using a system installed version of zlib. - auto: Support gzip-compressed streams using a system installed version of zlib, if available, or using the 'zlib' subproject otherwise. This is the default! - disabled: backward-compatible alias for 'none'. - enabled: backward-compatible alias for 'auto'.
Diffstat (limited to 'src/gzip/infblock.h')
0 files changed, 0 insertions, 0 deletions