fix(libinput): private headers (#6869)
Co-authored-by: Manuel <71137295+mverch67@users.noreply.github.com>
This commit is contained in:
@@ -18,6 +18,10 @@ extern "C" {
|
|||||||
|
|
||||||
#if LV_USE_LIBINPUT
|
#if LV_USE_LIBINPUT
|
||||||
|
|
||||||
|
#if LV_LIBINPUT_XKB
|
||||||
|
#include "lv_xkb_private.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/*********************
|
/*********************
|
||||||
* DEFINES
|
* DEFINES
|
||||||
*********************/
|
*********************/
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ extern "C" {
|
|||||||
|
|
||||||
#if defined(LV_LIBINPUT_XKB) && LV_LIBINPUT_XKB
|
#if defined(LV_LIBINPUT_XKB) && LV_LIBINPUT_XKB
|
||||||
|
|
||||||
|
#include "../../misc/lv_types.h"
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <xkbcommon/xkbcommon.h>
|
#include <xkbcommon/xkbcommon.h>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user