From fcf1bd4ebea97ae6ecd30e4f4e0c526b405b871a Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Mon, 14 Jan 2019 19:48:31 -0500 Subject: [PATCH] Add datadir And actually tested it as if I weren't a dumbass --- meson.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meson.build b/meson.build index b78a908..08400a5 100644 --- a/meson.build +++ b/meson.build @@ -199,6 +199,8 @@ if scdoc.found() endforeach endif +datadir = get_option('datadir') + if (get_option('zsh-completions')) zsh_files = files( 'completions/zsh/_swaylock',