1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-11-23 04:42:24 +03:00
Files
libxslt/python
David Seifert a5a32b9382 Use AM_PATH_PYTHON/PKG_CHECK_MODULES for python bindings
* `AM_PATH_PYTHON` is a much more common idiom for building
  and installing python modules than writing your own.
* It also makes cross-compiling the python bindings possible.
  Previously the `PYTHON_CFLAGS`/`PYTHON_LIBS` would have been
  based on the `--build` python and not the `--host` python.
  By using `pkg-config`, we can always redirect the python-X.Y.pc.
2022-04-02 13:17:54 +02:00
..
2022-02-14 22:31:18 +01:00
2020-11-19 17:59:37 +01:00