diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-12-22 22:07:49 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-12-24 14:19:22 +0100 |
commit | 40c1f8327e1fdbd48492edd2631ec05c4ade3a8b (patch) | |
tree | 565e4b7ad8fb021399a3fe59de5e0b4922c5c98a /meson_options.txt | |
parent | 6419209c9849238bf638c211875ff006211884eb (diff) | |
download | fiv-40c1f8327e1fdbd48492edd2631ec05c4ade3a8b.tar.gz fiv-40c1f8327e1fdbd48492edd2631ec05c4ade3a8b.tar.xz fiv-40c1f8327e1fdbd48492edd2631ec05c4ade3a8b.zip |
Use Little CMS for JPEG colour management
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 5318848..e8c6f7d 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,3 +1,5 @@ +option('lcms2', type : 'feature', value : 'auto', + description : 'Build with Little CMS colour management') option('jpeg-qs', type : 'feature', value : 'enabled', description : 'Build with JPEG Quant Smooth integration') option('libraw', type : 'feature', value : 'auto', |