(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:
parent
4cc70094fa
commit
2f86d267cc
|
@ -32,7 +32,8 @@
|
||||||
#include "os.h"
|
#include "os.h"
|
||||||
#include "inputstr.h"
|
#include "inputstr.h"
|
||||||
#include "config-backends.h"
|
#include "config-backends.h"
|
||||||
#include "systemd-logind.h"
|
|
||||||
|
#include "../hw/xfree86/os-support/linux/systemd-logind.h"
|
||||||
|
|
||||||
void
|
void
|
||||||
config_pre_init(void)
|
config_pre_init(void)
|
||||||
|
|
|
@ -36,7 +36,8 @@
|
||||||
#include "config-backends.h"
|
#include "config-backends.h"
|
||||||
#include "os.h"
|
#include "os.h"
|
||||||
#include "globals.h"
|
#include "globals.h"
|
||||||
#include "systemd-logind.h"
|
|
||||||
|
#include "../hw/xfree86/os-support/linux/systemd-logind.h"
|
||||||
|
|
||||||
#ifdef HAVE_SYS_SYSMACROS_H
|
#ifdef HAVE_SYS_SYSMACROS_H
|
||||||
#include <sys/sysmacros.h>
|
#include <sys/sysmacros.h>
|
||||||
|
|
|
@ -53,7 +53,7 @@
|
||||||
|
|
||||||
/* This stub can be safely removed once we can
|
/* This stub can be safely removed once we can
|
||||||
* split input and GPU parts in hotplug.h et al. */
|
* 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 {
|
typedef struct _kdDepths {
|
||||||
CARD8 depth;
|
CARD8 depth;
|
||||||
|
|
|
@ -91,7 +91,8 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "xf86platformBus.h"
|
#include "xf86platformBus.h"
|
||||||
#include "systemd-logind.h"
|
|
||||||
|
#include "../os-support/linux/systemd-logind.h"
|
||||||
|
|
||||||
extern void (*xf86OSPMClose) (void);
|
extern void (*xf86OSPMClose) (void);
|
||||||
|
|
||||||
|
|
|
@ -63,7 +63,7 @@
|
||||||
#include "windowstr.h"
|
#include "windowstr.h"
|
||||||
#include "scrnintstr.h"
|
#include "scrnintstr.h"
|
||||||
#include "mi.h"
|
#include "mi.h"
|
||||||
#include "systemd-logind.h"
|
#include "../os-support/linux/systemd-logind.h"
|
||||||
#include "xf86VGAarbiter_priv.h"
|
#include "xf86VGAarbiter_priv.h"
|
||||||
#include "loaderProcs.h"
|
#include "loaderProcs.h"
|
||||||
|
|
||||||
|
|
|
@ -68,7 +68,7 @@
|
||||||
#include "xf86Optrec.h"
|
#include "xf86Optrec.h"
|
||||||
#include "mipointer.h"
|
#include "mipointer.h"
|
||||||
#include "loaderProcs.h"
|
#include "loaderProcs.h"
|
||||||
#include "systemd-logind.h"
|
#include "../os-support/linux/systemd-logind.h"
|
||||||
#include "exevents.h" /* AddInputDevice */
|
#include "exevents.h" /* AddInputDevice */
|
||||||
#include "exglobals.h"
|
#include "exglobals.h"
|
||||||
#include "eventstr.h"
|
#include "eventstr.h"
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
#include "dix/screenint_priv.h"
|
#include "dix/screenint_priv.h"
|
||||||
|
|
||||||
#include "os.h"
|
#include "os.h"
|
||||||
#include "systemd-logind.h"
|
#include "../os-support/linux/systemd-logind.h"
|
||||||
|
|
||||||
#include "loaderProcs.h"
|
#include "loaderProcs.h"
|
||||||
#include "xf86.h"
|
#include "xf86.h"
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
#include "xf86platformBus.h"
|
#include "xf86platformBus.h"
|
||||||
#include "xf86Bus.h"
|
#include "xf86Bus.h"
|
||||||
|
|
||||||
#include "systemd-logind.h"
|
#include "../linux/systemd-logind.h"
|
||||||
|
|
||||||
static Bool
|
static Bool
|
||||||
get_drm_info(struct OdevAttributes *attribs, char *path, int delayed_index)
|
get_drm_info(struct OdevAttributes *attribs, char *path, int delayed_index)
|
||||||
|
|
Loading…
Reference in New Issue