a8ff9d39a7
Basically a simplified fork from kwayland-integration. We cannot use the idletime plugin from kwayland-integration as it a) doesn't react on our own qpa plugin name b) performs blocking roundtrips in the main thread -> freeze This simplifies by using our internal registry and we don't even check whether Seat and Idle are announced: we know they are. Reviewed-By: Bhushan Shah
3 lines
80 B
CMake
3 lines
80 B
CMake
add_subdirectory(kglobalaccel)
|
|
add_subdirectory(qpa)
|
|
add_subdirectory(idletime)
|