From 3f696594ae1e29a1a80502cb347eddb68ded68c8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 23 Jul 2017 11:45:57 -0400 Subject: [PATCH] Drop kdbus bits Some kdbus_flag and memfd related parts are left behind, because they are entangled with the "legacy" dbus support. test-bus-benchmark is switched to "manual". It was already broken before (in the non-kdbus mode) but apparently nobody noticed. Hopefully it can be fixed later. --- src/test/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/meson.build b/src/test/meson.build index b7b21227e..b341a0b1f 100644 --- a/src/test/meson.build +++ b/src/test/meson.build @@ -855,6 +855,7 @@ tests += [ # [], # [threads]], #endif // 0 + [['src/libelogind/sd-login/test-login.c'], [], []], -- 2.30.2