]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - meson.build
networkd: Consider linkLocalAddressing state while configuring ndisc. (#7012)
[thirdparty/systemd.git] / meson.build
index 87a2859034b18c8cfec97f3e2b84a98672321091..f7a610af3ba870836530378d968084606700f3af 100644 (file)
@@ -10,8 +10,8 @@ project('systemd', 'c',
         meson_version : '>= 0.40',
        )
 
-libsystemd_version = '0.19.0'
-libudev_version = '1.6.6'
+libsystemd_version = '0.19.1'
+libudev_version = '1.6.7'
 
 # We need the same data in three different formats, ugh!
 # Also, for hysterical reasons, we use different variable
@@ -2540,7 +2540,7 @@ foreach tuple : [
         ['timesyncd'],
         ['localed'],
         ['networkd'],
-        ['resolved'],
+        ['resolve'],
         ['coredump'],
         ['polkit'],
         ['legacy pkla',      install_polkit_pkla],