From aeda523769f4d426d10ba25e51d76ae1655a0d86 Mon Sep 17 00:00:00 2001 From: Fred Morcos Date: Tue, 15 Aug 2023 13:26:11 +0200 Subject: [PATCH] Meson: Set LOCALSTATEDIR as the socket dir --- meson/auth-socket-dir/meson.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meson/auth-socket-dir/meson.build b/meson/auth-socket-dir/meson.build index 89a1bf7d79..673db77744 100644 --- a/meson/auth-socket-dir/meson.build +++ b/meson/auth-socket-dir/meson.build @@ -1,4 +1,6 @@ # Socket Dir +# Inputs: conf # Outputs: opt_socket_dir opt_socket_dir = get_option('socket-dir') +conf.set_quoted('LOCALSTATEDIR', opt_socket_dir, description: 'Local state or socket directory') -- 2.47.3