dbus: refactor WpDBus into a plugin called dbus-connection

Now that we have proper module load order, we can have this shared
dbus connection in a module instead of the library. The module has
to be loaded before any other modules that need it, obviously.
This commit is contained in:
George Kiagiadakis
2023-06-04 22:22:26 +03:00
parent 542e56d9f7
commit add310d9eb
18 changed files with 519 additions and 729 deletions

View File

@@ -13,7 +13,6 @@
#include "component-loader.h"
#include "conf.h"
#include "core.h"
#include "dbus.h"
#include "device.h"
#include "error.h"
#include "event-dispatcher.h"