about summary refs log tree commit diff
path: root/libnm
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2019-09-30 13:50:14 +0200
committerMichael Biebl <biebl@debian.org>2019-09-30 13:50:14 +0200
commit0bef21b7d9274778958532e84565e8b76f1204ee (patch)
tree9b6f312103439539009916cbd7352d32853cc553 /libnm
parent857b32ce16c33d2fb191da77e9a3f3b542714d74 (diff)
parentd0425f68f7ee83a1dc5a6ad3688627c1b472a58b (diff)
Update upstream source from tag 'upstream/1.20.4'
Update to upstream version '1.20.4'
with Debian dir a7248e22a7605bec597b9752dfceb6985ad68a67
Diffstat (limited to 'libnm')
-rw-r--r--libnm/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnm/meson.build b/libnm/meson.build
index 3aa182dd..710ef181 100644
--- a/libnm/meson.build
+++ b/libnm/meson.build
@@ -280,7 +280,7 @@ if enable_introspection
     name,
     input: libnm_gir[0],
     output: name,
-    command: [generate_setting_docs_env, generate_setting_docs, '--lib-path', meson.current_build_dir(), '--gir', '@INPUT@', '--output', '@OUTPUT@'],
+    command: [generate_setting_docs_env, python.path(), generate_setting_docs, '--lib-path', meson.current_build_dir(), '--gir', '@INPUT@', '--output', '@OUTPUT@'],
     depends: libnm_gir,
   )
 
@@ -289,7 +289,7 @@ if enable_introspection
     name,
     input: libnm_gir[0],
     output: name,
-    command: [generate_setting_docs_env, generate_setting_docs, '--lib-path', meson.current_build_dir(), '--gir', '@INPUT@', '--overrides', nm_settings_docs_overrides, '--output', '@OUTPUT@'],
+    command: [generate_setting_docs_env, python.path(), generate_setting_docs, '--lib-path', meson.current_build_dir(), '--gir', '@INPUT@', '--overrides', nm_settings_docs_overrides, '--output', '@OUTPUT@'],
     depends: libnm_gir,
   )
 endif