summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 61fcff42..57b024c8 100644
--- a/meson.build
+++ b/meson.build
@@ -104,7 +104,7 @@ if scdoc.found()
104 endforeach 104 endforeach
105endif 105endif
106 106
107add_project_arguments('-DSYSCONFDIR="/@0@"'.format(sysconfdir), language : 'c') 107add_project_arguments('-DSYSCONFDIR="/@0@/@1@"'.format(prefix, sysconfdir), language : 'c')
108 108
109version = get_option('sway_version') 109version = get_option('sway_version')
110if version != '' 110if version != ''