bpo-45723: Add --with-pkg-config to configure (GH-29517)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
This commit is contained in:
Christian Heimes 2021-11-11 00:02:19 +02:00 committed by GitHub
parent 0a9f69539b
commit fc9b622819
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 210 additions and 135 deletions

View file

@ -116,6 +116,17 @@ General Options
.. versionadded:: 3.10
.. cmdoption:: --with-pkg-config=[check|yes|no]
Whether configure should use :program:`pkg-config` to detect build
dependencies.
* ``check`` (default): :program:`pkg-config` is optional
* ``yes``: :program:`pkg-config` is mandatory
* ``no``: configure does not use :program:`pkg-config` even when present
.. versionadded:: 3.11
Install Options
---------------