meson: libmount is required for oss-fuzz builds now too

See https://github.com/google/oss-fuzz/issues/1191.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2018-03-09 14:58:47 +01:00
parent af4d7860c4
commit c0b4b0f8f5
1 changed files with 1 additions and 2 deletions

View File

@ -843,8 +843,7 @@ if not libcap.found()
endif
libmount = dependency('mount',
version : '>= 2.30',
required : not fuzzer_build)
version : fuzzer_build ? '>= 0' : '>= 2.30')
want_seccomp = get_option('seccomp')
if want_seccomp != 'false' and not fuzzer_build