summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMarti Maria <marti.maria@littlecms.com>2023-04-21 10:32:37 +0200
committerMarti Maria <marti.maria@littlecms.com>2023-04-21 10:32:37 +0200
commit7984408c8fe800a27175e4a8bd6115663c553ec1 (patch)
treede970af5824c0f849d09227eca4d46cf1e30aeab /meson_options.txt
parent8769c0e85b0e57de3f55936344766873fa982350 (diff)
downloadlcms2-7984408c8fe800a27175e4a8bd6115663c553ec1.tar.gz
allow build of static libs on windows with MS Visual Studio
Almost: meson uses always ".a" extension which is a pain. I can't solve that.
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 5adc464..d5121c7 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,6 +1,7 @@
option('jpeg', type: 'feature', value: 'auto', description: 'Use JPEG')
option('tiff', type: 'feature', value: 'auto', description: 'Use LibTiff')
+option('utils', type: 'boolean', value: 'false', description: 'Build the utils')
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')
option('threaded', type: 'boolean', value: 'false', description: 'Build and install the multi threaded plugin, use only if GPL 3.0 is acceptable')