diff options
author | Leonardo Hernández Hernández <leohdz172@proton.me> | 2024-06-04 21:06:58 -0600 |
---|---|---|
committer | Daniel Eklöf <daniel@ekloef.se> | 2024-06-12 20:13:43 +0200 |
commit | 2ccd1b1099eb32f57a6fb3b91bfc2f8ed3fc1bca (patch) | |
tree | a6992b101c1ca950d48aa66a50b31035be558c16 /meson_options.txt | |
parent | 573c014568a7dd4facbca9cc6b9032996c18338e (diff) | |
download | wbg-2ccd1b1099eb32f57a6fb3b91bfc2f8ed3fc1bca.tar.gz |
jxl: add initial support for JPEG XL using libjxl
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index adc2212..b9aae7f 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,4 +1,5 @@ option('png', type: 'feature') option('jpeg', type: 'feature') +option('jxl', type: 'feature') option('webp', type: 'feature') option('svg', type: 'boolean') |