aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2022-10-12 13:03:18 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2023-05-18 08:53:52 +0200
commit877c5567050eff2c63267d76f0c0c3c38cebe048 (patch)
treeb31f2efde5b3d13db8cf4b7e5d8f8aef8a413ec8 /docs
parentfc9a809e0d28417fa1e7f7efc19f845bda4c1be9 (diff)
downloadqemu-877c5567050eff2c63267d76f0c0c3c38cebe048.zip
qemu-877c5567050eff2c63267d76f0c0c3c38cebe048.tar.gz
qemu-877c5567050eff2c63267d76f0c0c3c38cebe048.tar.bz2
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.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/devel/build-system.rst b/docs/devel/build-system.rst
index 9db18af..66cfe7b 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
==============