summaryrefslogtreecommitdiff
path: root/Build/source/libs/freetype2/freetype-src/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/freetype2/freetype-src/meson_options.txt')
-rw-r--r--Build/source/libs/freetype2/freetype-src/meson_options.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/Build/source/libs/freetype2/freetype-src/meson_options.txt b/Build/source/libs/freetype2/freetype-src/meson_options.txt
index 375eb714ebd..8ea6251727f 100644
--- a/Build/source/libs/freetype2/freetype-src/meson_options.txt
+++ b/Build/source/libs/freetype2/freetype-src/meson_options.txt
@@ -2,7 +2,7 @@
# meson_options.txt
#
-# Copyright (C) 2020-2021 by
+# Copyright (C) 2020-2022 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
@@ -46,8 +46,10 @@ option('tests',
description: 'Enable FreeType unit and regression tests')
option('zlib',
- type: 'feature',
- value: 'auto',
+ type: 'combo',
+ choices: [ 'auto', 'none',
+ 'internal', 'external', 'system',
+ 'disabled', 'enabled' ],
description: 'Support reading gzip-compressed font files')
# EOF