mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
fix(libinput): private headers (#6869)
Co-authored-by: Manuel <71137295+mverch67@users.noreply.github.com>
This commit is contained in:
parent
7e026a7bfe
commit
5baa9bf3f2
@ -18,6 +18,10 @@ extern "C" {
|
||||
|
||||
#if LV_USE_LIBINPUT
|
||||
|
||||
#if LV_LIBINPUT_XKB
|
||||
#include "lv_xkb_private.h"
|
||||
#endif
|
||||
|
||||
/*********************
|
||||
* DEFINES
|
||||
*********************/
|
||||
|
@ -18,6 +18,7 @@ extern "C" {
|
||||
|
||||
#if defined(LV_LIBINPUT_XKB) && LV_LIBINPUT_XKB
|
||||
|
||||
#include "../../misc/lv_types.h"
|
||||
#include <stdbool.h>
|
||||
#include <xkbcommon/xkbcommon.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user