blob: 59c23f45115d6765d4493313de7b3a481c9586f8 (
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.orig 2025-12-09 17:51:25 UTC
+++ meson.options
@@ -203,3 +203,5 @@ option(
value: 'auto',
description: 'Enable Link Time Optimization for named.',
)
+
+option('bind-tools', type: 'feature', value: 'disabled', description: 'build tools only')
|