mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
meson: tools: depend on keycode generated sources
Tools depend on keycode generated sources, so declare that as an
explicit dependency, otherwise it might fail with:
../tools/virsh-completer-domain.c:35:10: fatal error: 'virkeynametable_linux.h' file not found
^~~~~~~~~~~~~~~~~~~~~~~~~
Fixes: b0f4cf25a6
Signed-off-by: Roman Bogorodskiy <bogorodskiy@gmail.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
0a3d0c610a
commit
d5b2644815
@ -168,6 +168,10 @@ foreach name : keyname_list
|
||||
)
|
||||
endforeach
|
||||
|
||||
keycode_dep = declare_dependency(
|
||||
sources: keycode_gen_sources,
|
||||
)
|
||||
|
||||
io_helper_sources = [
|
||||
'iohelper.c',
|
||||
]
|
||||
|
@ -186,6 +186,7 @@ executable(
|
||||
tools_dep,
|
||||
readline_dep,
|
||||
thread_dep,
|
||||
keycode_dep,
|
||||
],
|
||||
link_args: [
|
||||
coverage_flags,
|
||||
|
Loading…
Reference in New Issue
Block a user