Closed donny-dont closed 2 years ago
I think something is up with the GitHub Action because its not getting past a python install for me there.
I think something is up with the GitHub Action because its not getting past a python install for me there.
@donny-dont: Thanks for bringing this to my attention, I fixed the CI in https://github.com/WebPlatformForEmbedded/libwpe/pull/93 — you may need to rebase your branch to pick the changes 😺
Closing since #94 landed
The
xkbcommon
library is geared towards platforms using the XKB specification so it should be disableable. Add a WPE_DISABLE_XKB_INPUT option to prevent xkb code from being compiled. By default this option is off so this is not a breaking change.The contents of
wpe/input.h
that requirexkbcommon
are split intowpe/input-xkb.h
Thesrc/input.c
was renamed tosrc/input-xkb.c
to indicate the file is specific to xkb being enabled.