mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
bpo-45847: Port _tkinter to PY_STDLIB_MOD (GH-31698)
- Remove ``--with-tclk-*`` options from `configure` - Use pkg-config to detect `_tkinter` dependencies (Tcl/Tk, X11) - Manual override via environment variables `TCLTK_CFLAGS` and `TCLTK_LIBS`
This commit is contained in:
parent
7fc39a21cb
commit
b36d222110
10 changed files with 403 additions and 518 deletions
|
@ -404,14 +404,6 @@ Libraries options
|
|||
|
||||
.. versionadded:: 3.10
|
||||
|
||||
.. cmdoption:: --with-tcltk-includes='-I...'
|
||||
|
||||
Override search for Tcl and Tk include files.
|
||||
|
||||
.. cmdoption:: --with-tcltk-libs='-L...'
|
||||
|
||||
Override search for Tcl and Tk libraries.
|
||||
|
||||
.. cmdoption:: --with-libm=STRING
|
||||
|
||||
Override ``libm`` math library to *STRING* (default is system-dependent).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue