[rygel/wip/meson] meson: Fix missing VERSION
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel/wip/meson] meson: Fix missing VERSION
- Date: Fri, 12 Oct 2018 14:54:54 +0000 (UTC)
commit a5346c08c062704c463c4bc7f30716c80c990483
Author: Jens Georg <mail jensge org>
Date: Fri Oct 12 16:51:06 2018 +0200
meson: Fix missing VERSION
meson.build | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/meson.build b/meson.build
index 8e852670..b26c8a99 100644
--- a/meson.build
+++ b/meson.build
@@ -51,6 +51,7 @@ conf.set_quoted('SYS_CONFIG_DIR', rygel_sysconfdir)
conf.set_quoted('LOCALEDIR', join_paths(get_option('prefix'), get_option('localedir')))
conf.set_quoted('MX_EXTRACT_PATH', join_paths(rygel_libexecdir, 'mx-extract'))
conf.set_quoted('DESKTOP_DIR', join_paths(rygel_datadir, 'applications'))
+conf.set_quoted('VERSION', meson.project_version())
config_include = include_directories('.')
add_global_arguments(['-include','config.h'], language : 'c')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]