mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-14 22:28:07 +02:00
window: Use new xkbcommon include path
xkbcommon in current git has moved its include files. Signed-off-by: Daniel Stone <daniel@fooishbar.org>
This commit is contained in:
parent
b29f412eb8
commit
9d4f030c0b
2 changed files with 2 additions and 2 deletions
|
|
@ -49,7 +49,7 @@
|
|||
#include <cairo-gl.h>
|
||||
#endif
|
||||
|
||||
#include <X11/extensions/XKBcommon.h>
|
||||
#include <xkbcommon/xkbcommon.h>
|
||||
#include <X11/X.h>
|
||||
|
||||
#include <linux/input.h>
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
#ifndef _WINDOW_H_
|
||||
#define _WINDOW_H_
|
||||
|
||||
#include <X11/extensions/XKBcommon.h>
|
||||
#include <xkbcommon/xkbcommon.h>
|
||||
#include <glib.h>
|
||||
#include <wayland-client.h>
|
||||
#include <cairo.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue