[PULL 38/46] configure: do not include dependency flags in QEMU_CFLAGS and LIBS

2020-09-07 Thread Paolo Bonzini
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 no

[PULL 38/46] configure: do not include dependency flags in QEMU_CFLAGS and LIBS

2020-09-04 Thread Paolo Bonzini
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 no