]> git.ipfire.org Git - thirdparty/lxc.git/commit
meson.build: fix build with -Dcapabilities=false
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Thu, 14 Jul 2022 15:03:40 +0000 (17:03 +0200)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 25 Jul 2022 22:12:43 +0000 (18:12 -0400)
commitaba631cd43e86f2b55f31c369b7f37392a34ae05
tree33784c14e44805bc2d1b7dd175f53cbed7a50926
parentc2ee9b440c92ad2367898c009b8eac30d9a37770
meson.build: fix build with -Dcapabilities=false

Define libcap_static to an empty array to avoid the following build
failure with -Dcapabilities=false:

output/build/lxc-5.0.0/src/lxc/cmd/meson.build:64:4: ERROR: Unknown variable "libcap_static".

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
meson.build