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 1800cc8 commit 9f0e9c0Copy full SHA for 9f0e9c0
meson.build
@@ -626,6 +626,7 @@ libmount = dependency('mount',
626
want_seccomp = get_option('seccomp')
627
if want_seccomp != 'false'
628
libseccomp = dependency('libseccomp',
629
+ version : '>= 2.3.1',
630
required : want_seccomp == 'true')
631
if libseccomp.found()
632
conf.set('HAVE_SECCOMP', 1)
0 commit comments