]> git.ipfire.org Git - thirdparty/util-linux.git/commit
meson: Only require Python module when building pylibmount
authorJordan Williams <jordan@jwillikers.com>
Thu, 9 May 2024 21:46:58 +0000 (16:46 -0500)
committerJordan Williams <jordan@jwillikers.com>
Thu, 9 May 2024 21:46:58 +0000 (16:46 -0500)
commitcb7ac65dcaf655ea5dedf8820ab6417629241aa4
tree52a2158471e55e7d922d437eec64900b8d89ddb0
parentb66b70d62e50923502aeb3f6420a5f9c20f769d3
meson: Only require Python module when building pylibmount

Only the python executable is required for tests.
Version 1.4.1 of Meson will require the Python.h for find_installation.
This will result in the tests requiring Python.h unnecessarily.
Use find_program to find the Python program for the tests instead.

Signed-off-by: Jordan Williams <jordan@jwillikers.com>
libmount/python/meson.build
meson.build