diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2021-04-17 09:12:58 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:42:07 -0500 |
commit | cce38aec6eac0902b4c04b9c17bf7c3067715772 (patch) | |
tree | a269396609cd84c422a1795c9f344051363ff5a5 /libraries/libxkbcommon/README | |
parent | 46954feca674c8dc2c9f0f71bd6882aec3823426 (diff) |
libraries/libxkbcommon: Removed (added to Slackware).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/libxkbcommon/README')
-rw-r--r-- | libraries/libxkbcommon/README | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/libraries/libxkbcommon/README b/libraries/libxkbcommon/README deleted file mode 100644 index ea0d4567fe4fc..0000000000000 --- a/libraries/libxkbcommon/README +++ /dev/null @@ -1,11 +0,0 @@ -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 |