chiark / gitweb /
meson: do not link libsystemd_static into libcore (#8813)
[elogind.git] / src / core / meson.build
index 70941d14d7eeb861ad7551dc16126964d44e7ddf..bfad33b48653143d1c7181fef84fcfb38c23f759 100644 (file)
@@ -160,13 +160,14 @@ libcore_la_sources = files('''
 #         load_fragment_gperf_c,
 #         load_fragment_gperf_nulstr_c,
 #         include_directories : includes,
-#         link_with : [libshared_static],
 #         dependencies : [threads,
+#                         librt,
 #                         libseccomp,
 #                         libpam,
 #                         libaudit,
 #                         libkmod,
 #                         libapparmor,
+#                         libselinux,
 #                         libmount])
 # 
 # systemd_sources = files('main.c')