Commit 79e1b85
M9.R.15q.5.5: kidletime disable both Wayland and X11 backends
kidletime 6.10.0's WITH_WAYLAND=ON path pulls in
``find_package(Qt6WaylandClient REQUIRED CONFIG)`` +
``find_package(PlasmaWaylandProtocols REQUIRED)``. Neither has a
from-source sibling recipe yet (qt6-wayland is the blocker;
plasma-wayland-protocols would follow). With BOTH WITH_X11=OFF +
WITH_WAYLAND=OFF the library compiles a stub (idleTime() = 0) but
keeps the public API + SONAME intact, so kwin's idle-management
plugin links successfully. The v1 deliverable doesn't need the
runtime idle-detection backend wired up yet.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 51b5bf0 commit 79e1b85
1 file changed
Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
55 | 67 | | |
56 | 68 | | |
57 | 69 | | |
| |||
0 commit comments