mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
meson: define IFCONFIG_PATH for virnetdevip
When checking for ifconfig(8), set not only IFCONFIG value, but also IFCONFIG_PATH as it's used in util/virnetdevip.c. Signed-off-by: Roman Bogorodskiy <bogorodskiy@gmail.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
154ecac509
commit
4ae4e991e0
@ -903,6 +903,7 @@ foreach name : required_programs
|
||||
prog = find_program(name, required: true, dirs: libvirt_sbin_path)
|
||||
varname = name.underscorify()
|
||||
conf.set_quoted(varname.to_upper(), prog.path())
|
||||
conf.set_quoted('@0@_PATH'.format(varname.to_upper()), prog.path())
|
||||
set_variable('@0@_prog'.format(varname), prog)
|
||||
endforeach
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user