From: Alex Richardson Date: Fri, 12 Aug 2022 10:14:09 +0000 (+0000) Subject: meson: define DBUS_TEST_SOCKET_DIR in the config header X-Git-Tag: dbus-1.15.0~7^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=feff0333d5d3276c5937c09bb4671e98d7840982;p=thirdparty%2Fdbus.git meson: define DBUS_TEST_SOCKET_DIR in the config header This matches autotools --- diff --git a/meson.build b/meson.build index 5bc5fb9fc..9103bb0e1 100644 --- a/meson.build +++ b/meson.build @@ -927,6 +927,7 @@ if test_socket_dir == '' endif test_listen = platform_unix ? 'unix:tmpdir=' + test_socket_dir : 'tcp:host=localhost' config.set_quoted('TEST_LISTEN', test_listen) +config.set_quoted('DBUS_TEST_SOCKET_DIR', test_socket_dir) data_config.set('TEST_LISTEN', test_listen) session_socket_dir = get_option('session_socket_dir')