mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
meson: install $localstatedir/run for qga
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20200826130622.553318-6-marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
c04c071f40
commit
8ab1aabc5d
2 changed files with 3 additions and 9 deletions
|
@ -82,6 +82,8 @@ if targetos == 'windows'
|
|||
all_qga += [qga_msi]
|
||||
alias_target('msi', qga_msi)
|
||||
endif
|
||||
else
|
||||
install_subdir('run', install_dir: get_option('localstatedir'))
|
||||
endif
|
||||
|
||||
alias_target('qemu-ga', all_qga)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue