diff options
Diffstat (limited to 'src/meson.build')
-rw-r--r-- | src/meson.build | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/meson.build b/src/meson.build index 84bad00407..ac03a568f5 100644 --- a/src/meson.build +++ b/src/meson.build @@ -52,7 +52,8 @@ deps = [ libsystemd_dep, libudev_dep, libnm_core_dep, - shared_n_dhcp4_dep, + libn_dhcp4_dep, + libnm_udev_aux_dep, ] if enable_wext @@ -155,7 +156,7 @@ nm_deps = [ libndp_dep, libudev_dep, libnm_core_dep, - shared_n_acd_dep, + libn_acd_dep, logind_dep, ] |