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 05c63d2a02
commit 9fa42735a6
9 changed files with 8 additions and 8 deletions

View File

@@ -32,7 +32,7 @@
#include "inputstr.h"
#include "hotplug.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

@@ -37,7 +37,7 @@
#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

@@ -58,7 +58,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

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

View File

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

View File

@@ -68,12 +68,12 @@
#include "mipointer.h"
#include "extinit.h"
#include "loaderProcs.h"
#include "systemd-logind.h"
#include "exevents.h" /* AddInputDevice */
#include "exglobals.h"
#include "eventstr.h"
#include "inpututils.h"
#include "optionstr.h"
#include "../os-support/linux/systemd-logind.h"
#ifdef HAVE_FNMATCH_H
#include <fnmatch.h>

View File

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

View File

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