mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/fwupd: fix
This commit is contained in:
parent
bc9033c7f4
commit
beca3653ee
1 changed files with 2 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - remove depends on libsmbios, efivar
|
||||
# - remove makedepends on valgrind, gnu-efi-libs
|
||||
# - remove makedepends on valgrind, gnu-efi-libs, tpm2-tss
|
||||
# - meson with -Dplugin_dell=false (smbios dependency)
|
||||
# - meson with -Dplugin_uefi=false -Dplugin_redfish=false -Dplugin_nvme=false (efivar, gnu-efi-libs dependency)
|
||||
|
||||
|
@ -17,10 +17,9 @@ license=(LGPL)
|
|||
depends=(libxmlb python libgusb
|
||||
libsoup json-glib gcab libarchive gpgme
|
||||
libgudev polkit shared-mime-info modemmanager)
|
||||
optdepends=('tpm2-tss: UEFI plugin')
|
||||
makedepends=(meson gobject-introspection gtk-doc
|
||||
python-cairo noto-fonts noto-fonts-cjk python-gobject vala
|
||||
bash-completion python-pillow help2man tpm2-tss)
|
||||
bash-completion python-pillow help2man)
|
||||
checkdepends=(umockdev)
|
||||
backup=('etc/fwupd/daemon.conf'
|
||||
'etc/fwupd/redfish.conf'
|
||||
|
|
Loading…
Reference in a new issue