diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2019-11-09 12:47:25 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-11-09 12:47:25 +0700 |
commit | eaa0eb4e372b1fc8ea23a49f23a78081a05794c5 (patch) | |
tree | 5834f8ee39c4445851d8a040e6c53a1bbdb56b0b /libraries/libxkbcommon/README | |
parent | 1cdbc0190e937fe6428f7f51cb0e315e24e9c0b3 (diff) |
libraries/libxkbcommon: Updated for version 0.9.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libxkbcommon/README')
-rw-r--r-- | libraries/libxkbcommon/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/libxkbcommon/README b/libraries/libxkbcommon/README index 4099b0a642e28..6a31b3a410715 100644 --- a/libraries/libxkbcommon/README +++ b/libraries/libxkbcommon/README @@ -3,3 +3,9 @@ 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 |