diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-06-10 01:16:14 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-06-10 02:08:56 +0200 |
commit | 60a8ee7a80063eaf620eaa727af0f484fdb91bff (patch) | |
tree | 5791554d3691a6a8cd903123d77725d3b3dd7756 /meson_options.txt | |
parent | 84f8c9436ffb84ca5d443b906f1ffb7be42a50e2 (diff) | |
download | fiv-60a8ee7a80063eaf620eaa727af0f484fdb91bff.tar.gz fiv-60a8ee7a80063eaf620eaa727af0f484fdb91bff.tar.xz fiv-60a8ee7a80063eaf620eaa727af0f484fdb91bff.zip |
Build tools with Meson as well
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index fb44094..dad40f8 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,3 +1,6 @@ +option('tools', type : 'feature', value : 'disabled', + description : 'Build a few extra file inspection tools') + option('lcms2', type : 'feature', value : 'auto', description : 'Build with Little CMS colour management') option('libjpegqs', type : 'feature', value : 'auto', |