Skip to content

Commit

Permalink
meson: libmount is required for oss-fuzz builds now too
Browse files Browse the repository at this point in the history
  • Loading branch information
keszybz committed Mar 9, 2018
1 parent af4d786 commit c0b4b0f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0b4b0f

Please sign in to comment.