diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2022-10-12 13:03:18 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2023-05-18 08:53:52 +0200 |
commit | 877c5567050eff2c63267d76f0c0c3c38cebe048 (patch) | |
tree | b31f2efde5b3d13db8cf4b7e5d8f8aef8a413ec8 /docs | |
parent | fc9a809e0d28417fa1e7f7efc19f845bda4c1be9 (diff) |
configure: remove pkg-config functions
All uses of pkg-config have been moved to Meson.
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/devel/build-system.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/devel/build-system.rst b/docs/devel/build-system.rst index 9db18aff15..66cfe7b8bd 100644 --- a/docs/devel/build-system.rst +++ b/docs/devel/build-system.rst @@ -103,10 +103,6 @@ developers in checking for system features: Print $MESSAGE to stderr, followed by $MORE... and then exit from the configure script with non-zero status -``query_pkg_config $ARGS...`` - Run pkg-config passing it $ARGS. If QEMU is doing a static build, - then --static will be automatically added to $ARGS - Stage 2: Meson ============== |