xf86_OSlib.h: Don't need to include Solaris keyboard headers here
Left over from the builtin keyboard driver removed from the Xorg
server in 2006 (commit 3eeb62e8f5
).
Requires xorg/driver/xf86-input-keyboard@40ef7d9e24987eb6708d822d0ea070
to build the current keyboard driver with this change.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1541>
This commit is contained in:
parent
61d0c8e21c
commit
a4d298d855
|
@ -106,17 +106,6 @@
|
|||
#include <sys/vt.h>
|
||||
#endif
|
||||
|
||||
#if defined(__sun)
|
||||
#include <sys/kbd.h>
|
||||
#include <sys/kbio.h>
|
||||
|
||||
/* undefine symbols from <sys/kbd.h> we don't need that conflict with enum
|
||||
definitions in parser/xf86tokens.h */
|
||||
#undef STRING
|
||||
#undef LEFTALT
|
||||
#undef RIGHTALT
|
||||
#endif /* __sun */
|
||||
|
||||
#if !defined(VT_ACKACQ)
|
||||
#define VT_ACKACQ 2
|
||||
#endif /* !VT_ACKACQ */
|
||||
|
|
Loading…
Reference in New Issue