[Spice-commits] src/meson.build tests/meson.build
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Thu Mar 5 17:46:33 UTC 2020
src/meson.build | 34 +++++++++++++++++-----------------
tests/meson.build | 10 +++++-----
2 files changed, 22 insertions(+), 22 deletions(-)
New commits:
commit d41bf3e9f76d759d1952405947e4eabcbb99b717
Author: Francesco Giudici <fgiudici at redhat.com>
Date: Thu Feb 27 11:37:13 2020 +0100
meson: fix indentation
Signed-off-by: Francesco Giudici <fgiudici at redhat.com>
Acked-by: Eduardo Lima (Etrunko) <etrunko at redhat.com>
diff --git a/src/meson.build b/src/meson.build
index 0461dea..654dab5 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -349,22 +349,22 @@ if spice_gtk_has_gtk
link_with : spice_client_gtk_lib,
dependencies : [spice_client_glib_dep, spice_gtk_deps])
-if spice_gtk_has_introspection
- #
- # SpiceClientGtk-3.0.gir
- #
- spice_client_gtk_gir = gnome.generate_gir(spice_client_gtk_lib,
- export_packages : 'spice-client-gtk-3.0',
- extra_args : ['--accept-unprefixed'],
- header : 'spice-widget.h',
- includes : ['GObject-2.0', 'Gtk-3.0', spice_client_glib_gir[0]],
- include_directories: spice_gtk_include,
- link_with : spice_client_glib_lib,
- identifier_prefix : 'Spice',
- symbol_prefix : 'spice',
- install : spice_gtk_has_introspection,
- namespace : 'SpiceClientGtk',
- nsversion : '3.0',
- sources : spice_client_gtk_introspection_sources)
+ if spice_gtk_has_introspection
+ #
+ # SpiceClientGtk-3.0.gir
+ #
+ spice_client_gtk_gir = gnome.generate_gir(spice_client_gtk_lib,
+ export_packages : 'spice-client-gtk-3.0',
+ extra_args : ['--accept-unprefixed'],
+ header : 'spice-widget.h',
+ includes : ['GObject-2.0', 'Gtk-3.0', spice_client_glib_gir[0]],
+ include_directories: spice_gtk_include,
+ link_with : spice_client_glib_lib,
+ identifier_prefix : 'Spice',
+ symbol_prefix : 'spice',
+ install : spice_gtk_has_introspection,
+ namespace : 'SpiceClientGtk',
+ nsversion : '3.0',
+ sources : spice_client_gtk_introspection_sources)
endif
endif
diff --git a/tests/meson.build b/tests/meson.build
index bc5be5f..8dccb42 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -1,9 +1,9 @@
tests_sources = [
- 'util.c',
- 'coroutine.c',
- 'session.c',
- 'uri.c',
- 'file-transfer.c',
+ 'util.c',
+ 'coroutine.c',
+ 'session.c',
+ 'uri.c',
+ 'file-transfer.c',
]
if spice_gtk_has_phodav
More information about the Spice-commits
mailing list