mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
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:
parent
0a9f69539b
commit
fc9b622819
4 changed files with 210 additions and 135 deletions
|
|
@ -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
|
||||
---------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue