blob: 6a31b3a410715c0a32d65228abeb001ce20362f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
xkbcommon is a library to handle keyboard descriptions, including
loading them from disk, parsing them and handling their state.
It's mainly meant for client toolkits, window systems, and other
system applications; currently that includes Wayland, kmscon,
GTK+, Clutter, and more.
This Slackbuild disables Wayland support by default. In enabling
Wayland support (which requires wayland-protocols), run the script
with the following command:
WAYLAND=yes ./libxkbcommon.SlackBuild
|