blob: 954a01fff5adb6a7e69ab87cc71b6906b6c33c89 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
Add bind-tools option to ease the server/tools package split
--- meson_options.txt.orig 2025-07-19 11:32:37 UTC
+++ meson_options.txt
@@ -188,3 +188,5 @@ option(
value: 'disabled',
description: 'enable the memory leak detection in external libraries (libxml2, libuv, OpenSSL)',
)
+
+option('bind-tools', type: 'feature', value: 'disabled', description: 'build tools only')
|