We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3294927 commit 40e1fc7Copy full SHA for 40e1fc7
meson.build
@@ -63,7 +63,7 @@ if not cdata.get('EXV_HAVE_STD_FORMAT')
63
deps += fmt_dep
64
endif
65
66
-brotli_dep = dependency('libbrotlidec', disabler: true, required: false)
+brotli_dep = dependency('libbrotlidec', disabler: true, required: get_option('brotli'))
67
if brotli_dep.found()
68
deps += brotli_dep
69
0 commit comments