[gnome-builder/wip/gtk4-port] plugins/meson-templates: cleanup python cli meson.build
- From: Christian Hergert <chergert src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gnome-builder/wip/gtk4-port] plugins/meson-templates: cleanup python cli meson.build
 
- Date: Wed,  8 Jun 2022 20:48:55 +0000 (UTC)
 
commit 0520acb40f6acd54eeec28c1d98ca856f78b3711
Author: Christian Hergert <chergert redhat com>
Date:   Wed Jun 8 13:21:51 2022 -0700
    plugins/meson-templates: cleanup python cli meson.build
 src/plugins/meson-templates/resources/src/meson-py-cli.build | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/src/plugins/meson-templates/resources/src/meson-py-cli.build 
b/src/plugins/meson-templates/resources/src/meson-py-cli.build
index cbc888a74..f4138e432 100644
--- a/src/plugins/meson-templates/resources/src/meson-py-cli.build
+++ b/src/plugins/meson-templates/resources/src/meson-py-cli.build
@@ -6,13 +6,12 @@ python = import('python')
 conf = configuration_data()
 conf.set('PYTHON', python.find_installation('python3').path())
 conf.set('pkgdatadir', pkgdatadir)
-
 configure_file(
-    input: '{{name}}.in',
-    output: '{{name}}',
+            input: '{{name}}.in',
+           output: '{{name}}',
     configuration: conf,
-    install: true,
-    install_dir: get_option('bindir')
+          install: true,
+      install_dir: get_option('bindir')
 )
 
 {{name_}}_sources = [
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]