[gdm/wip/nielsdg/meson: 2/8] fixup! Add Meson support to GDM



commit a7b7675d78dba7a2d889d6c73100885a282e03aa
Author: Ray Strode <rstrode redhat com>
Date:   Wed Apr 29 10:18:01 2020 -0400

    fixup! Add Meson support to GDM

 meson.build | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/meson.build b/meson.build
index 42bf8320..ae621213 100644
--- a/meson.build
+++ b/meson.build
@@ -172,6 +172,7 @@ conf.set_quoted('VERSION', meson.project_version())
 conf.set_quoted('PACKAGE_VERSION', meson.project_version())
 conf.set_quoted('GETTEXT_PACKAGE', meson.project_name())
 conf.set_quoted('DATADIR', gdm_prefix / get_option('datadir'))
+conf.set_quoted('SYSCONFDIR', gdm_prefix / get_option('sysconfdir'))
 conf.set_quoted('BINDIR', gdm_prefix / get_option('bindir'))
 conf.set_quoted('LIBDIR', gdm_prefix / get_option('libdir'))
 conf.set_quoted('LIBEXECDIR', gdm_prefix / get_option('libexecdir'))


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]