mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-04 00:13:40 +02:00
Merge branch 'meson-python-module' into 'master'
meson: use the new 'python' module instead of the 'python3' one Closes #1455 See merge request GNOME/glib!187
This commit is contained in:
@@ -10,7 +10,7 @@ gdbus_codegen_files = [
|
||||
|
||||
gdbus_codegen_conf = configuration_data()
|
||||
gdbus_codegen_conf.set('VERSION', glib_version)
|
||||
gdbus_codegen_conf.set('PYTHON', python.path())
|
||||
gdbus_codegen_conf.set('PYTHON', python_name)
|
||||
gdbus_codegen_conf.set('DATADIR', glib_datadir)
|
||||
|
||||
# Install gdbus-codegen executable
|
||||
|
Reference in New Issue
Block a user