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:
@@ -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]],
|
||||
|
Reference in New Issue
Block a user