mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-05 05:18:01 +02:00
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:
parent
8c4128df5d
commit
9e36620be7
4 changed files with 3 additions and 3 deletions
|
|
@ -45,7 +45,7 @@
|
|||
#include <wayland-server.h>
|
||||
|
||||
#include <libweston/libweston.h>
|
||||
#include "dbus.h"
|
||||
#include <libweston/dbus.h>
|
||||
|
||||
/*
|
||||
* DBus Mainloop Integration
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue