]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
meson: define DBUS_TEST_SOCKET_DIR in the config header
authorAlex Richardson <arichardson@FreeBSD.org>
Fri, 12 Aug 2022 10:14:09 +0000 (10:14 +0000)
committerAlex Richardson <arichardson@FreeBSD.org>
Thu, 15 Sep 2022 18:22:49 +0000 (18:22 +0000)
This matches autotools

meson.build

index 5bc5fb9fcb49c711c9c234271d1fc4ad4ad82b73..9103bb0e1bd956493c02f4d5b51df5f47e5c5821 100644 (file)
@@ -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')