meson: convert dummy Windows qga/qemu-ga target
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
328ec32d7d
commit
588a19fa9d
5
Makefile
5
Makefile
@ -450,11 +450,6 @@ qemu-img-cmds.h: $(SRC_PATH)/qemu-img-cmds.hx $(SRC_PATH)/scripts/hxtool
|
||||
qemu-keymap$(EXESUF): LIBS += $(XKBCOMMON_LIBS)
|
||||
qemu-keymap$(EXESUF): QEMU_CFLAGS += $(XKBCOMMON_CFLAGS)
|
||||
|
||||
ifneq ($(EXESUF),)
|
||||
.PHONY: qga/qemu-ga
|
||||
qga/qemu-ga: qga/qemu-ga$(EXESUF) $(QGA_VSS_PROVIDER) $(QEMU_GA_MSI)
|
||||
endif
|
||||
|
||||
module_block.h: $(SRC_PATH)/scripts/modules/module_block.py config-host.mak
|
||||
$(call quiet-command,$(PYTHON) $< $@ \
|
||||
$(addprefix $(SRC_PATH)/,$(patsubst %.mo,%.c,$(block-obj-m))), \
|
||||
|
@ -44,6 +44,7 @@ qga = executable('qemu-ga', qga_ss.sources(),
|
||||
link_args: config_host['LIBS_QGA'].split(),
|
||||
dependencies: [qemuutil, libudev],
|
||||
install: true)
|
||||
all_qga = [qga]
|
||||
|
||||
if targetos == 'windows'
|
||||
if 'CONFIG_QGA_VSS' in config_host
|
||||
@ -72,6 +73,9 @@ if targetos == 'windows'
|
||||
config_host['QEMU_GA_MSI_WITH_VSS'].split(),
|
||||
config_host['QEMU_GA_MSI_MINGW_DLL_PATH'].split(),
|
||||
])
|
||||
all_qga += [qga_msi]
|
||||
alias_target('msi', qga_msi)
|
||||
endif
|
||||
endif
|
||||
|
||||
alias_target('qemu-ga', all_qga)
|
||||
|
@ -14,6 +14,8 @@ if add_languages('cpp', required: false)
|
||||
cc.find_library('shlwapi'),
|
||||
cc.find_library('uuid'),
|
||||
cc.find_library('intl')])
|
||||
|
||||
all_qga += qga_vss
|
||||
endif
|
||||
|
||||
# rules to build qga-vss.tlb
|
||||
|
Loading…
Reference in New Issue
Block a user