[glib/glib-2-58: 5/6] meson: fix typo
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/glib-2-58: 5/6] meson: fix typo
- Date: Wed, 5 Sep 2018 10:11:34 +0000 (UTC)
commit d62f7cb67c7eb591d32cf9b85399266223596a53
Author: Jan Tojnar <jtojnar gmail com>
Date: Sun Sep 2 20:35:26 2018 +0200
meson: fix typo
meson.build | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/meson.build b/meson.build
index 5812b21e9..4f99a2cfe 100644
--- a/meson.build
+++ b/meson.build
@@ -1950,17 +1950,17 @@ subdir('tests')
# Install glib-gettextize executable, if a UNIX-style shell is found
if have_sh
# These should not contain " quotes around the values
- gettexize_conf = configuration_data()
- gettexize_conf.set('PACKAGE', 'glib')
- gettexize_conf.set('VERSION', meson.project_version())
- gettexize_conf.set('prefix', glib_prefix)
- gettexize_conf.set('datarootdir', glib_datadir)
- gettexize_conf.set('datadir', glib_datadir)
+ gettextize_conf = configuration_data()
+ gettextize_conf.set('PACKAGE', 'glib')
+ gettextize_conf.set('VERSION', meson.project_version())
+ gettextize_conf.set('prefix', glib_prefix)
+ gettextize_conf.set('datarootdir', glib_datadir)
+ gettextize_conf.set('datadir', glib_datadir)
configure_file(input : 'glib-gettextize.in',
install : true,
install_dir : glib_bindir,
output : 'glib-gettextize',
- configuration : gettexize_conf)
+ configuration : gettextize_conf)
endif
if have_m4
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]