kidletime: add necessary wayland makedepends
These changes fix the missing functionality for activating the "Screen Energy Saving" option in the Power Management settings in KDE Wayland. Without this, monitors wouldn't be able to go to idle sleep otherwise.
This commit is contained in:
parent
c2ab08de7e
commit
c837b989b1
|
@ -3,8 +3,11 @@ pkgname=kidletime
|
|||
version=5.105.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="kcoreaddons pkg-config extra-cmake-modules qt5-host-tools qt5-x11extras-devel"
|
||||
makedepends="qt5-x11extras-devel libXScrnSaver-devel"
|
||||
hostmakedepends="kcoreaddons pkg-config extra-cmake-modules qt5-host-tools qt5-x11extras-devel
|
||||
qt5-wayland"
|
||||
makedepends="qt5-x11extras-devel libXScrnSaver-devel
|
||||
wayland-protocols wayland-devel qt5-wayland-devel
|
||||
plasma-wayland-protocols"
|
||||
short_desc="Framework for detection and notification of device idle time"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="LGPL-2.0-or-later"
|
||||
|
|
Loading…
Reference in New Issue