Add powerdevil-git to depends

This commit is contained in:
User8395 2026-02-15 11:18:35 -05:00
parent 3f96c4acf6
commit 9890de382c
2 changed files with 3 additions and 1 deletions

View file

@ -13,6 +13,7 @@ pkgbase = plasma-bigscreen-git
depends = plasma-pa-git
depends = plasma-nano-git
depends = bluez-qt-git
depends = powerdevil-git
optdepends = libcec: add USB-CEC support in order to be controlled by TV remotes
optdepends = plasma-remotecontrollers-git: add support for remote controllers
conflicts = plasma-bigscreen

View file

@ -11,7 +11,8 @@ depends=('kdeconnect-git'
'plasma-nm-git'
'plasma-pa-git'
'plasma-nano-git'
'bluez-qt-git')
'bluez-qt-git',
'powerdevil-git')
makedepends=('cmake' 'extra-cmake-modules-git' 'git')
optdepends=('libcec: add USB-CEC support in order to be controlled by TV remotes'
'plasma-remotecontrollers-git: add support for remote controllers')