meson.build (7fd51e68c34fcefdb4d6fd646ed3346f780f89f4) | meson.build (8ab1aabc5d33a09ceee1adc1148f62cbb16cb43d) |
---|---|
1qga_qapi_outputs = [ 2 'qga-qapi-commands.c', 3 'qga-qapi-commands.h', 4 'qga-qapi-emit-events.c', 5 'qga-qapi-emit-events.h', 6 'qga-qapi-events.c', 7 'qga-qapi-events.h', 8 'qga-qapi-init-commands.c', --- 68 unchanged lines hidden (view full) --- 77 wixl, '-o', '@OUTPUT0@', '@INPUT0@', 78 config_host['QEMU_GA_MSI_ARCH'].split(), 79 config_host['QEMU_GA_MSI_WITH_VSS'].split(), 80 config_host['QEMU_GA_MSI_MINGW_DLL_PATH'].split(), 81 ]) 82 all_qga += [qga_msi] 83 alias_target('msi', qga_msi) 84 endif | 1qga_qapi_outputs = [ 2 'qga-qapi-commands.c', 3 'qga-qapi-commands.h', 4 'qga-qapi-emit-events.c', 5 'qga-qapi-emit-events.h', 6 'qga-qapi-events.c', 7 'qga-qapi-events.h', 8 'qga-qapi-init-commands.c', --- 68 unchanged lines hidden (view full) --- 77 wixl, '-o', '@OUTPUT0@', '@INPUT0@', 78 config_host['QEMU_GA_MSI_ARCH'].split(), 79 config_host['QEMU_GA_MSI_WITH_VSS'].split(), 80 config_host['QEMU_GA_MSI_MINGW_DLL_PATH'].split(), 81 ]) 82 all_qga += [qga_msi] 83 alias_target('msi', qga_msi) 84 endif |
85else 86 install_subdir('run', install_dir: get_option('localstatedir')) |
|
85endif 86 87alias_target('qemu-ga', all_qga) | 87endif 88 89alias_target('qemu-ga', all_qga) |