diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-04-19 00:03:22 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-20 07:54:57 +0700 |
commit | b24c07de5957e3e2d80a2895aeffc6122817d8b6 (patch) | |
tree | 6217a16bdd0cf26387ac861036984a6ee2f4a825 /desktop/qtile/README | |
parent | 9d2f1cf541e697b2c531b9efe2b05e2f36e56640 (diff) |
desktop/qtile: Update for 0.25.0 (+disable Wayland support)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/qtile/README')
-rw-r--r-- | desktop/qtile/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/qtile/README b/desktop/qtile/README index 2b44f405b8d5..4e3abec5b749 100644 --- a/desktop/qtile/README +++ b/desktop/qtile/README @@ -10,6 +10,6 @@ python3-dbus-next is an optional dependency for qtile. It sends notifications through dbus - please additionally install a notification daemon such as dunst for displaying notifications on qtile. -python3-pywlroots (another optional dependency) provides experimental -Wayland support. If python3-pywlroots is installed, then this SlackBuild -will also install a Wayland .desktop session file. +This SlackBuild does not provide Wayland support. Slackware 15.0 is only +able to build wlroots 0.15. qtile >= 0.23.0 requires wlroots 0.16 (which +cannot be built with Slackware 15). |