summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2020-07-12 22:30:22 +0200
committerDavid Härdeman <david@hardeman.nu>2020-07-12 22:30:22 +0200
commitbbdd4abc9f787f057848a5b97656509b877793e0 (patch)
treef1daee6b9302e444ddd17a6d3986a407b35b4806 /meson.build
parent5c91d6294929b86105f16b96de5596a93be3ea68 (diff)
Move more static strings to config.h
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 725aba8..9f1cbc5 100644
--- a/meson.build
+++ b/meson.build
@@ -41,13 +41,11 @@ add_project_link_arguments(ld_flags, language: 'c')
sysconfdir = join_paths(get_option('sysconfdir'), meson.project_name())
localstatedir = join_paths(get_option('prefix'), get_option('sharedstatedir'), meson.project_name())
-mainconfname = meson.project_name() + '.conf'
conf = configuration_data()
conf.set_quoted('VERSION', '@0@-@VCS_TAG@'.format(meson.project_version()))
conf.set_quoted('DEFAULT_CFG_DIR', sysconfdir)
conf.set_quoted('DEFAULT_DATA_DIR', localstatedir)
-conf.set_quoted('DEFAULT_MAIN_CFG_FILE', mainconfname)
inc_config_h = include_directories('.')
dep_config_h = declare_dependency(