[shotwell] meson: Add version to internal helper libs
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [shotwell] meson: Add version to internal helper libs
- Date: Wed, 21 Jun 2017 17:51:15 +0000 (UTC)
commit 3cf63a8b0366ca5ccfdeddcbc29be89407db92b6
Author: Jens Georg <mail jensge org>
Date: Wed Jun 21 12:19:34 2017 +0200
meson: Add version to internal helper libs
plugins/authenticator/shotwell/meson.build | 1 +
plugins/meson.build | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/plugins/authenticator/shotwell/meson.build b/plugins/authenticator/shotwell/meson.build
index f0cdf33..9fe27fc 100644
--- a/plugins/authenticator/shotwell/meson.build
+++ b/plugins/authenticator/shotwell/meson.build
@@ -16,6 +16,7 @@ authenticator = library('shotwell-authenticator',
authenticator_shotwell_sources,
dependencies : authenticator_shotwell_deps,
include_directories : config_incdir,
+ version: meson.project_version(),
vala_args : ['--gresources',
'org.gnome.Shotwell.Authenticator.gresource.xml'],
c_args :
diff --git a/plugins/meson.build b/plugins/meson.build
index b7f3365..635351b 100644
--- a/plugins/meson.build
+++ b/plugins/meson.build
@@ -5,6 +5,7 @@ sw_plugin_common = library('shotwell-plugin-common',
'common/Resources.vala',
'common/WebAuthenticationPane.vala',
'common/BuilderPane.vala'],
+ version: meson.project_version(),
dependencies : [gtk, gee, webkit, soup, xml, sw_plugin],
vala_header : 'shotwell-plugin-common.h',
vala_vapi : 'shotwell-plugin-common.vapi',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]