Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | meson: add spice_headers dependency. | Gerd Hoffmann | 2020-10-15 | 1 | -1/+1 |
| | | | | | | | | | Used for files which (with CONFIG_SPICE=y) depend on spice header files to pick up some enum, but which do not depend on on the actual spice shared library. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-id: 20201014121120.13482-6-kraxel@redhat.com | ||||
* | configure: do not include dependency flags in QEMU_CFLAGS and LIBS | Paolo Bonzini | 2020-09-08 | 1 | -1/+1 |
| | | | | | | | | | | | | All Meson executables should specify their dependencies explicitly, either directly or indirectly via declare_dependency. Makefiles instead did not propagate dependencies correctly from static libraries, for example. Therefore, flags for dependencies need not be included in QEMU_CFLAGS. LIBS is not used at all, so drop that one as well. In a few cases the dependencies were not yet specified, so add them. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | ||||
* | meson: convert common QMP bits for qemu and qemu-storage-daemon | Paolo Bonzini | 2020-08-21 | 1 | -0/+9 |
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> |