mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/fwupd: fixes
This commit is contained in:
parent
9b8c984ed2
commit
d5efec5055
1 changed files with 3 additions and 2 deletions
|
@ -6,7 +6,8 @@
|
|||
# - 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)
|
||||
# - meson with -Dplugin_tpm=false (tpm2-tss dependency)
|
||||
# - meson with -Dtpm=false (tpm2-tss dependency)
|
||||
# - meson with -Dplugin_msr=false
|
||||
|
||||
pkgname=fwupd
|
||||
pkgver=1.5.0
|
||||
|
@ -43,7 +44,7 @@ sha256sums=('712ce5ee3af87edfbaff991f352d887250293917aa3509899b3b659b0baff743'
|
|||
validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes <richard@hughsie.com>
|
||||
|
||||
build() {
|
||||
arch-meson ${pkgname}-${pkgver} build -D b_lto=false -D plugin_flashrom=true -Dplugin_dell=false -Dplugin_uefi=false -Dplugin_redfish=false -Dplugin_nvme=false -Dplugin_tpm=false
|
||||
arch-meson ${pkgname}-${pkgver} build -D b_lto=false -D plugin_flashrom=true -Dplugin_dell=false -Dplugin_uefi=false -Dplugin_redfish=false -Dplugin_nvme=false -Dtpm=false -Dplugin_msr=false
|
||||
meson compile -C build
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue