Skip to content

Commit 40e1fc7

Browse files
committed
meson: add required feature for brotli
Allows using the subproject. Signed-off-by: Rosen Penev <[email protected]>
1 parent 3294927 commit 40e1fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ if not cdata.get('EXV_HAVE_STD_FORMAT')
6363
deps += fmt_dep
6464
endif
6565

66-
brotli_dep = dependency('libbrotlidec', disabler: true, required: false)
66+
brotli_dep = dependency('libbrotlidec', disabler: true, required: get_option('brotli'))
6767
if brotli_dep.found()
6868
deps += brotli_dep
6969
endif

0 commit comments

Comments
 (0)