[vala/wip/meson: 378/379] fix init
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/wip/meson: 378/379] fix init
- Date: Fri, 8 Feb 2019 18:06:38 +0000 (UTC)
commit f779ef5b5f3aa41f6751801bb1df552952c5b982
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Tue Jan 22 22:40:17 2019 +0100
fix init
meson.build | 2 +-
vapi/meson.build | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/meson.build b/meson.build
index c0a9ea000..d238d35a6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('vala',
'c', 'vala',
- version: '0.43.6',
+ version: '0.43.90',
meson_version: '>= 0.44',
license: 'LGPL2.1'
)
diff --git a/vapi/meson.build b/vapi/meson.build
index 97896dd49..153900aa8 100644
--- a/vapi/meson.build
+++ b/vapi/meson.build
@@ -404,13 +404,13 @@ foreach gir_vapi : gir_bindings
output: '@0@.vapi'.format(gir_vapi[0]),
input: [
join_paths(girdir, '@0@.gir'.format(gir_vapi[1])),
- gir_vapi[2] ? join_paths(metadatadir, '@0 -custom vala'.format(gir_vapi[1])) : '',
+ gir_vapi[2] ? join_paths(metadatadir, '@0 -custom vala'.format(gir_vapi[1])) : [],
],
command: [vapigen_exe,
'--library', gir_vapi[0],
vapigen_args,
pkg_args,
- '@INPUT1@', '@INPUT0@',
+ '@INPUT@',
],
# install: true,
# install_dir: join_paths(get_option('datadir'), 'vala@0@'.format(vala_version_suffix), 'vapi'),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]