diff options
author | Anton Sil'uev <burning2007@ya.ru> | 2013-02-17 13:01:34 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-02-22 22:27:43 -0600 |
commit | c541431e4355834db1ca886cc99071097f669389 (patch) | |
tree | aed675204b674df305f5c79b3a18e6beda4a5717 /libraries/libxkbcommon/README | |
parent | c9b228669fc4c8246b598c42011203bc064ad6c6 (diff) | |
download | slackbuilds-c541431e4355834db1ca886cc99071097f669389.tar.gz |
libraries/libxkbcommon: Added (library to handle keyboard descriptions)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/libxkbcommon/README')
-rw-r--r-- | libraries/libxkbcommon/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/libxkbcommon/README b/libraries/libxkbcommon/README new file mode 100644 index 0000000000..82d61d160d --- /dev/null +++ b/libraries/libxkbcommon/README @@ -0,0 +1,5 @@ +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. |