[totem] build: Changed gir file to be formed by variables
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] build: Changed gir file to be formed by variables
- Date: Mon, 26 Jun 2017 10:17:59 +0000 (UTC)
commit babe720497c7e509248a524e58404ae9da810331
Author: Iñigo Martínez <inigomartinez gmail com>
Date: Sun Jun 25 11:33:53 2017 +0200
build: Changed gir file to be formed by variables
The change allows an easier transition between api versions by
forming the gir file name using variables in the main meson build
file.
https://bugzilla.gnome.org/show_bug.cgi?id=784179
src/plugins/meson.build | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/meson.build b/src/plugins/meson.build
index 9836c95..9aec66c 100644
--- a/src/plugins/meson.build
+++ b/src/plugins/meson.build
@@ -126,7 +126,7 @@ if plugins_option != 'none'
plugins_vala_args = [
'--girdir=' + join_paths(meson.build_root(), 'src'),
- '--pkg=Totem-1.0',
+ '--pkg=@0@-@1@'.format(totem_gir_ns, totem_api_version)
]
plugins_vala_sources = []
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]