mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-27 06:21:08 +00:00
meson: Only build tools when requested
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
b3d189920a
commit
a79b0663b4
@ -175,6 +175,7 @@ tools_lxc_unshare_sources = files(
|
||||
tools_lxc_wait_sources = files(
|
||||
'lxc_wait.c') + tools_common_sources
|
||||
|
||||
if want_tools == true
|
||||
public_programs += executable(
|
||||
'lxc-attach',
|
||||
tools_lxc_attach_sources,
|
||||
@ -328,3 +329,4 @@ public_programs += executable(
|
||||
include_directories: tools_liblxc_includes,
|
||||
dependencies: liblxc_dep,
|
||||
install: true)
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user