summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2022-07-08 19:29:06 +0400
committerSimon McVittie <smcv@collabora.com>2022-07-13 20:36:13 +0100
commitffc063a95ce23a25bab10a082eca1b327c01df5e (patch)
tree82a0ece63be2c3f6ce84dfa7b34ad138b872241b /meson_options.txt
parentf893b86e524b9f414f19d5aaec771365404b29d5 (diff)
downloaddbus-ffc063a95ce23a25bab10a082eca1b327c01df5e.tar.gz
meson: add windows_output_debug_string option
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> [smcv: Rename to avoid using "Win32" to refer to both 32- and 64-bit] Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 770082ea..68f91f19 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -291,3 +291,10 @@ option(
value: 'auto',
description: 'Build XML documentation'
)
+
+option(
+ 'windows_output_debug_string',
+ type: 'boolean',
+ value: false,
+ description: 'use OutputDebugString() to log messages to Windows debug port'
+)