mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
meson: reenable filemonitor-inotify compilation
Reenable util/filemonitor-inotify compilation. Compilation was disabled when commita620fbe9ac
("configure: convert compiler tests to meson, part 5") moved CONFIG_INOTIFY1 from config-host.mak to config-host.h. This fixes the usb-mtp device and reenables test-util-filemonitor. Fixes:a620fbe9ac
("configure: convert compiler tests to meson, part 5") Resolves: https://gitlab.com/qemu-project/qemu/-/issues/800 Signed-off-by: Volker Rümelin <vr_qemu@t-online.de> Message-Id: <20220107133514.7785-1-vr_qemu@t-online.de> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
fb72176ba6
commit
9d30c78c7d
2 changed files with 6 additions and 3 deletions
|
@ -129,7 +129,7 @@ if have_system
|
|||
'test-vmstate': [migration, io],
|
||||
'test-yank': ['socket-helpers.c', qom, io, chardev]
|
||||
}
|
||||
if 'CONFIG_INOTIFY1' in config_host
|
||||
if config_host_data.get('CONFIG_INOTIFY1')
|
||||
tests += {'test-util-filemonitor': []}
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue