1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-23 01:52:48 +03:00

meson: Install libxml2.py

Apparently, nobody has ever tried to use the Python bindings built with
Meson.
This commit is contained in:
Nick Wellnhofer
2025-04-29 01:58:32 +02:00
parent 01d1dabd83
commit 9419f6de61

View File

@@ -19,6 +19,8 @@ if py.found() == true
'libxml2.py',
],
command: [py, '@INPUT@', meson.current_build_dir()],
install: true,
install_dir: [ false, false, false, py.get_install_dir() ],
)
pygenerated_dep = declare_dependency(
sources : [pygenerated[0]],