summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorL. E. Segovia <amy@amyspark.me>2022-12-03 11:26:46 -0300
committerL. E. Segovia <amy@amyspark.me>2022-12-06 17:53:16 +0000
commit6e5a884018d659eb40414963330cec2586a88943 (patch)
tree44d4e30db873b0d0ef9830287a7cbc4676c32a4c /meson_options.txt
parent92ab46a123adba6413d53d88e2823a64342a6ff9 (diff)
downloadlcms2-6e5a884018d659eb40414963330cec2586a88943.tar.gz
meson: Support building the fast float plugin
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 3faa00c..7f74b0e 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -2,3 +2,4 @@ option('jpeg', type: 'feature', value: 'auto', description: 'Use JPEG')
option('tiff', type: 'feature', value: 'auto', description: 'Use LibTiff')
option('samples', type: 'boolean', value: 'false', description: 'Build the samples')
+option('fastfloat', type: 'boolean', value: 'false', description: 'Build and install the fast float plugin, use only if GPL 3.0 is acceptable')