Skip to content
Snippets Groups Projects
Forked from Librem5-apps / osk-sdl
194 commits behind the upstream repository.
Clayton Craft's avatar
Clayton Craft authored
Really helpful for understanding why click tests might be failing
047bb0da

Lightweight On-Screen-Keyboard based on SDL2

This keyboard is used to unlock the encrypted root partition in postmarketOS and other distributions.

Building:

This project uses meson, and can be built with:

$ meson _build
$ meson compile -C _build

Tests:

Functional tests require xvfb-run. Mesa w/ swrast is needed if running on a headless system (e.g., a CI).

$ meson test -C _build

Note: Tests which require elevated privileges will be skipped.