[glib/glib-gettextize: 1/2] meson: fix typo
- From: Jan Tojnar <jtojnar src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/glib-gettextize: 1/2] meson: fix typo
- Date: Wed, 12 Sep 2018 11:55:23 +0000 (UTC)
commit 48821a50b4e2942ed8b7a2907715d571ab81ba86
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 cc981ef69..9a15e5a51 100644
--- a/meson.build
+++ b/meson.build
@@ -1952,17 +1952,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 : 'bin',
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]