[libsoup/wip/meson: 34/38] Fix main meson.build indentation
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup/wip/meson: 34/38] Fix main meson.build indentation
- Date: Thu, 16 Nov 2017 15:17:15 +0000 (UTC)
commit b25bed3512e6b62a487b9c2be5ef47aa47be60d3
Author: Tomas Popela <tpopela redhat com>
Date: Tue Nov 14 12:07:05 2017 +0100
Fix main meson.build indentation
meson.build | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/meson.build b/meson.build
index cb7251e..0750a2e 100644
--- a/meson.build
+++ b/meson.build
@@ -157,8 +157,8 @@ if host_machine.system() != 'windows'
ntlm_auth = find_program(ntlm_auth_path, required : false)
if ntlm_auth.found()
- add_project_arguments('-DUSE_NTLM_AUTH=1', language : 'c')
- add_project_arguments('-DNTLM_AUTH=' + ntlm_auth.path(), language : 'c')
+ add_project_arguments('-DUSE_NTLM_AUTH=1', language : 'c')
+ add_project_arguments('-DNTLM_AUTH=' + ntlm_auth.path(), language : 'c')
endif
endif
endif
@@ -192,15 +192,15 @@ pkgconf.set('VERSION', soup_version)
pkg_install_dir = '@0@/pkgconfig'.format(get_option('libdir'))
configure_file(output : 'libsoup-2.4.pc',
- input : 'libsoup-2.4.pc.in',
- configuration : pkgconf,
- install_dir : pkg_install_dir)
+ input : 'libsoup-2.4.pc.in',
+ configuration : pkgconf,
+ install_dir : pkg_install_dir)
if enable_gnome
configure_file(output : 'libsoup-gnome-2.4.pc',
- input : 'libsoup-gnome-2.4.pc.in',
- configuration : pkgconf,
- install_dir : pkg_install_dir)
+ input : 'libsoup-gnome-2.4.pc.in',
+ configuration : pkgconf,
+ install_dir : pkg_install_dir)
endif
subdir('libsoup')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]