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 31c3e53e..4fab12d9 100644
--- a/meson.build
+++ b/meson.build
@@ -114,7 +114,7 @@ if scdoc.found()
114 endforeach 114 endforeach
115endif 115endif
116 116
117add_project_arguments('-DSYSCONFDIR="/@0@/@1@"'.format(prefix, sysconfdir), language : 'c') 117add_project_arguments('-DSYSCONFDIR="/@0@"'.format(sysconfdir), language : 'c')
118 118
119version = get_option('sway-version') 119version = get_option('sway-version')
120if version != '' 120if version != ''