Skip to content
Snippets Groups Projects
Commit feabc71d authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

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: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent de2d3005
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment