diff --git a/community/fwupd/PKGBUILD b/community/fwupd/PKGBUILD index 1e6723af6..a3bec6cfc 100644 --- a/community/fwupd/PKGBUILD +++ b/community/fwupd/PKGBUILD @@ -6,7 +6,7 @@ # - remove makedepends on valgrind, gnu-efi-libs, tpm2-tss # - meson with -Dplugin_dell=false (smbios dependency) # - meson with -Dplugin_uefi_capsule=false -Dplugin_uefi_pk=false -Dplugin_redfish=false -Dplugin_nvme=false (efivar, gnu-efi-libs dependency) -# - meson with -Dtpm=false (tpm2-tss dependency) +# - meson with -Dplugin_tpm=false (tpm2-tss dependency) # - meson with -Dplugin_msr=false pkgname=fwupd @@ -54,7 +54,7 @@ build() { -D efi_sbat_distro_pkgname=${pkgname} \ -D efi_sbat_distro_version=${pkgver} \ -D efi_sbat_distro_url="https://archlinux.org/packages/community/x86_64/${pkgname}/" \ - -Dplugin_dell=false -Dplugin_uefi_capsule=false -Dplugin_uefi_pk=false -Dplugin_redfish=false -Dplugin_nvme=false -Dtpm=false -Dplugin_msr=false + -Dplugin_dell=false -Dplugin_uefi_capsule=false -Dplugin_uefi_pk=false -Dplugin_redfish=false -Dplugin_nvme=false -Dplugin_tpm=false -Dplugin_msr=false meson compile -C build }