]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4338] Put meson.build through muon fmt
authorPhilip Prindeville <philipp@redfish-solutions.com>
Sun, 1 Mar 2026 20:46:03 +0000 (13:46 -0700)
committerAndrei Pavel <andrei@isc.org>
Mon, 2 Mar 2026 10:27:37 +0000 (12:27 +0200)
meson.build

index 4898ea08aa6fe5cad66b6c3864bf38c42c3cc17f..3dee99fd0427a8639cb187998aa7428984d7a907 100644 (file)
@@ -279,9 +279,11 @@ if netconf_opt.allowed()
         netconf_deps = netconf_deps + {dep: dependency(dep, required: false)}
         if not netconf_deps[dep].found()
             # Try adding lib to it. yang and yang-cpp define the wrong pkg-config.
-            netconf_deps = netconf_deps + {
-                dep: dependency('lib' + dep, required: false),
-            }
+            netconf_deps = (
+                netconf_deps + {
+                                dep: dependency('lib' + dep, required: false),
+                            }
+            )
         endif
 
         if not netconf_deps[dep].found()
@@ -569,7 +571,10 @@ if POSTGRESQL_DEP.found()
 endif
 
 # For Solaris.
-conf_data.set('HAVE_SYS_FILIO_H', cpp.has_header('sys/filio.h', required: false))
+conf_data.set(
+    'HAVE_SYS_FILIO_H',
+    cpp.has_header('sys/filio.h', required: false),
+)
 
 if valgrind.found()
     conf_data.set(