]> git.ipfire.org Git - thirdparty/util-linux.git/commit
meson: Require Python dependency which can be embedded for pylibmount
authorJordan Williams <jordan@jwillikers.com>
Mon, 8 Apr 2024 14:33:19 +0000 (09:33 -0500)
committerJordan Williams <jordan@jwillikers.com>
Mon, 8 Apr 2024 14:35:33 +0000 (09:35 -0500)
commit9b4774f75030893040b0ce17b69dcb167229b36e
treee7e5a844bdb956301bb6c00b0e55d4a3f251f34a
parent07aacb371470b5561f13b95e399e5ff77e417b8f
meson: Require Python dependency which can be embedded for pylibmount

Meson doesn't properly check that the necessary Python.h header file is
available for the pylibmount module.
Passing true for the embed keyword argument for the Python dependency
method ensures that this header file is available.

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