mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-14 14:22:13 +00:00
trivial: update version of fwupdate needed for UEFI_GUID
It landed here:
64b4cd53ba
which is after the version was declared as 5.
This commit is contained in:
parent
96e1ea6b26
commit
ba876711de
@ -181,7 +181,7 @@ if test x$enable_dell != xno; then
|
|||||||
AC_DEFINE(HAVE_DELL,1,[Use Dell non-ESRT capsule support])
|
AC_DEFINE(HAVE_DELL,1,[Use Dell non-ESRT capsule support])
|
||||||
|
|
||||||
# check for ability to change GUID
|
# check for ability to change GUID
|
||||||
PKG_CHECK_MODULES(UEFI_GUID, fwup >= 0.6,
|
PKG_CHECK_MODULES(UEFI_GUID, fwup >= 5,
|
||||||
has_uefi_guid=yes,
|
has_uefi_guid=yes,
|
||||||
has_uefi_guid=no)
|
has_uefi_guid=no)
|
||||||
if test x$has_uefi_guid = xyes; then
|
if test x$has_uefi_guid = xyes; then
|
||||||
|
Loading…
Reference in New Issue
Block a user