libweston: Decouple dbus helper to public namespace

Currently the dbus helper stuff is internal only in libweston,
let's move it to being public so that custom shells may use
the helper code.

Signed-off-by: Christopher Obbard <chris.obbard@collabora.com>
This commit is contained in:
Christopher Obbard 2021-11-17 08:29:32 +00:00 committed by Daniel Stone
parent 8c4128df5d
commit 9e36620be7
4 changed files with 3 additions and 3 deletions

View file

@ -45,7 +45,7 @@
#include <wayland-server.h>
#include <libweston/libweston.h>
#include "dbus.h"
#include <libweston/dbus.h>
/*
* DBus Mainloop Integration

View file

@ -40,11 +40,11 @@
#include <libseat.h>
#include <libweston/dbus.h>
#include <libweston/libweston.h>
#include <libweston/weston-log.h>
#include "weston-log-internal.h"
#include "backend.h"
#include "dbus.h"
#include "launcher-impl.h"
struct launcher_libseat_device {

View file

@ -39,8 +39,8 @@
#include <unistd.h>
#include <libweston/libweston.h>
#include <libweston/dbus.h>
#include "backend.h"
#include "dbus.h"
#include "launcher-impl.h"
#define DRM_MAJOR 226