]> git.proxmox.com Git - mirror_lxc.git/commitdiff
meson: seccomp is optional
authorStéphane Graber <stgraber@ubuntu.com>
Tue, 7 Jun 2022 19:16:36 +0000 (15:16 -0400)
committerStéphane Graber <stgraber@ubuntu.com>
Tue, 7 Jun 2022 21:18:10 +0000 (17:18 -0400)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
meson.build

index e3b3761309338a9237982fbc301bc061a65ec30e..4829f80f7bdf48843c5b8eb523202e4897bae8a2 100644 (file)
@@ -265,7 +265,7 @@ endif
 threads = dependency('threads')
 
 ## Seccomp.
-libseccomp = dependency('libseccomp')
+libseccomp = dependency('libseccomp', required: false)
 srcconf.set10('HAVE_SECCOMP', libseccomp.found())
 pkgconfig_libs += libseccomp
 if libseccomp.found()