Add XKB to dependencies

This commit is contained in:
Johannes Marbach 2021-09-05 20:28:25 +02:00
parent 33ad24082c
commit 92662738a4

View file

@ -45,6 +45,7 @@ Upstreamed contributions so far:
- [lvgl] (git submodule / linked statically)
- [lv_drivers] (git submodule / linked statically)
- [libinput]
- [libxkbcommon]
## Testing
@ -69,6 +70,7 @@ Unl0kr is licensed under the GNU General Public License as published by the Free
[lv_port_linux_frame_buffer]: https://github.com/lvgl/lv_port_linux_frame_buffer]
[lv_sim_emscripten]: https://github.com/lvgl/lv_sim_emscripten/blob/master/mouse_cursor_icon.c]
[libinput]: https://gitlab.freedesktop.org/libinput/libinput
[libxkbcommon]: https://github.com/xkbcommon/libxkbcommon
[Add support for pointer devices to libinput driver]: https://github.com/lvgl/lv_drivers/pull/150
[Add support for keypads to libinput driver]: https://github.com/lvgl/lv_drivers/pull/152
[Don't compile example assets when disabled in lv_conf.h]: https://github.com/lvgl/lvgl/pull/2523