]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
meson: disable manager build by default
authorAleš Mrázek <ales.mrazek@nic.cz>
Fri, 14 Oct 2022 12:16:14 +0000 (14:16 +0200)
committerAleš Mrázek <ales.mrazek@nic.cz>
Sun, 30 Oct 2022 00:49:32 +0000 (02:49 +0200)
meson_options.txt

index 568d964533bec4c78d98e75fc4f7137487e79241..952493d12dd11323636e554a42215b14beee9e28 100644 (file)
@@ -123,7 +123,7 @@ option(
     'enabled',
     'disabled',
   ],
-  value: 'auto',
+  value: 'disabled',
   description: 'build manager and its features',
 )