(submit/move-systemd-logind.h) move systemd-logind.h to hw/xfree86/os-support/linux

systemd is linux specific and the actual implementation is under the
os-support layer of xfree86 ddx. Thus no need to keep it in global
include directory, putting it onto the linux specific os-support instead.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-03-12 20:29:51 +01:00
parent 4cc70094fa
commit 2f86d267cc
9 changed files with 11 additions and 8 deletions

View File

@ -32,7 +32,8 @@
#include "os.h"
#include "inputstr.h"
#include "config-backends.h"
#include "systemd-logind.h"
#include "../hw/xfree86/os-support/linux/systemd-logind.h"
void
config_pre_init(void)

View File

@ -36,7 +36,8 @@
#include "config-backends.h"
#include "os.h"
#include "globals.h"
#include "systemd-logind.h"
#include "../hw/xfree86/os-support/linux/systemd-logind.h"
#ifdef HAVE_SYS_SYSMACROS_H
#include <sys/sysmacros.h>

View File

@ -53,7 +53,7 @@
/* This stub can be safely removed once we can
* split input and GPU parts in hotplug.h et al. */
#include <systemd-logind.h>
#include "../../xfree86/os-support/linux/systemd-logind.h"
typedef struct _kdDepths {
CARD8 depth;

View File

@ -91,7 +91,8 @@
#endif
#include "xf86platformBus.h"
#include "systemd-logind.h"
#include "../os-support/linux/systemd-logind.h"
extern void (*xf86OSPMClose) (void);

View File

@ -63,7 +63,7 @@
#include "windowstr.h"
#include "scrnintstr.h"
#include "mi.h"
#include "systemd-logind.h"
#include "../os-support/linux/systemd-logind.h"
#include "xf86VGAarbiter_priv.h"
#include "loaderProcs.h"

View File

@ -68,7 +68,7 @@
#include "xf86Optrec.h"
#include "mipointer.h"
#include "loaderProcs.h"
#include "systemd-logind.h"
#include "../os-support/linux/systemd-logind.h"
#include "exevents.h" /* AddInputDevice */
#include "exglobals.h"
#include "eventstr.h"

View File

@ -41,7 +41,7 @@
#include "dix/screenint_priv.h"
#include "os.h"
#include "systemd-logind.h"
#include "../os-support/linux/systemd-logind.h"
#include "loaderProcs.h"
#include "xf86.h"

View File

@ -20,7 +20,7 @@
#include "xf86platformBus.h"
#include "xf86Bus.h"
#include "systemd-logind.h"
#include "../linux/systemd-logind.h"
static Bool
get_drm_info(struct OdevAttributes *attribs, char *path, int delayed_index)