This reduces the man=false meson target count from 1281 to 1253.
--
A fully scientific test:
git grep _sources, :/*.build|cut -d: -f2|tr -d ' '|sort|uniq -c
reveals that libudev_sources is the only source list now reused twice. There's
some ugly circular dependency between libudev and libshared, and anyway I'm not
sure if we don't want to use different compilation options (LOG_REALM_…) in
those two cases, so I'm leaving that alone for now.
# systemd_resolved_sources,
# include_directories : includes,
# link_with : [libshared,
-# libbasic_gcrypt],
+# libbasic_gcrypt,
+# libsystemd_resolve_core],
# dependencies : [threads,
# libgpg_error,
# libm,
# systemd_resolve_sources,
# include_directories : includes,
# link_with : [libshared,
-# libbasic_gcrypt],
+# libbasic_gcrypt,
+# libsystemd_resolve_core],
# dependencies : [threads,
# libgpg_error,
# libm,