mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-15 03:18:06 +02:00
Make sure XINPUT is defined.
This commit is contained in:
parent
0fee283a5f
commit
7518acc1e4
1 changed files with 4 additions and 0 deletions
|
|
@ -49,6 +49,10 @@ SOFTWARE.
|
|||
#include <dix-config.h>
|
||||
#endif
|
||||
|
||||
#ifndef XINPUT
|
||||
#define XINPUT
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_XORG_CONFIG_H
|
||||
#include <xorg-config.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue