main/device-pine64-pinephone: add logind and upower fwupd plugins (MR 3320)
Otherwise, an update could be allowed even if the phone is not connected to AC and it might also suspend in the middle of the upgrade
This commit is contained in:
parent
0007ee331c
commit
7ebf3bfc71
1 changed files with 4 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
pkgname=device-pine64-pinephonepro
|
||||
pkgdesc="PINE64 PinePhone Pro"
|
||||
pkgver=3.3
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
|
@ -16,8 +16,10 @@ depends="
|
|||
mesa-dri-gallium
|
||||
postmarketos-base
|
||||
fwupd
|
||||
fwupd-plugin-modem_manager
|
||||
fwupd-plugin-fastboot
|
||||
fwupd-plugin-logind
|
||||
fwupd-plugin-modem_manager
|
||||
fwupd-plugin-upower
|
||||
"
|
||||
makedepends="
|
||||
devicepkg-dev
|
||||
|
|
Loading…
Reference in a new issue