blob: 2113d69d97996efa09f0108f6de0126ad061aeb0 (
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
|