mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-08 10:18:04 +02:00
Include xkb-config.h if we have it so we pick up the paths defined there.
This commit is contained in:
parent
9d3b5e89d6
commit
a65c579613
2 changed files with 8 additions and 0 deletions
|
|
@ -30,6 +30,10 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#include <dix-config.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_XKB_CONFIG_H
|
||||
#include <xkb-config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
#define NEED_EVENTS 1
|
||||
|
|
|
|||
|
|
@ -31,6 +31,10 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#include <dix-config.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_XKB_CONFIG_H
|
||||
#include <xkb-config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <ctype.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue