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:
Kenneth Raplee 2023-04-22 08:11:09 -07:00 committed by John
parent c2ab08de7e
commit c837b989b1
1 changed files with 5 additions and 2 deletions

View File

@ -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"