[rygel/wip/meson: 45/52] meson: Fix missing VERSION



commit 8183105238a5b1fb9caa29961f90d76f7280442c
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]