mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-gtk
synced 2025-12-26 14:18:38 +00:00
meson: fix indentation
Signed-off-by: Francesco Giudici <fgiudici@redhat.com> Acked-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
This commit is contained in:
parent
4c031d1ecd
commit
d41bf3e9f7
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user