From e3fae7b2bfc050143ad87e33c85a3990940be008 Mon Sep 17 00:00:00 2001 From: Andri Yngvason Date: Sat, 4 Apr 2020 20:10:06 +0000 Subject: [PATCH] Fix turbojpeg dependency It is now actually optional --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index bbccf44..107baee 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,3 +1,3 @@ -option('tight-encoding', type: 'feature', value: 'enabled', description: 'Enable Tight encoding') +option('tight-encoding', type: 'feature', value: 'auto', description: 'Enable Tight encoding') option('tls', type: 'feature', value: 'auto', description: 'Enable encryption & authentication') option('examples', type: 'boolean', value: false, description: 'Build examples')