configure: do not include dependency flags in QEMU_CFLAGS and LIBS
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>
Showing
- Makefile 1 addition, 1 deletionMakefile
- configure 0 additions, 40 deletionsconfigure
- hw/arm/meson.build 1 addition, 1 deletionhw/arm/meson.build
- hw/mips/meson.build 1 addition, 1 deletionhw/mips/meson.build
- hw/riscv/meson.build 1 addition, 1 deletionhw/riscv/meson.build
- monitor/meson.build 1 addition, 1 deletionmonitor/meson.build
- ui/meson.build 2 additions, 1 deletionui/meson.build
Loading
Please register or sign in to comment