Add bind-tools option to ease the server/tools package split --- meson.options.orig 2026-03-31 16:30:02 UTC +++ meson.options @@ -196,3 +196,5 @@ option( value: 'auto', description: 'Enable Link Time Optimization for named.', ) + +option('bind-tools', type: 'feature', value: 'disabled', description: 'build tools only')