mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-17 20:26:33 +00:00
Disable the Dell specific code by default
Adding new external deps upsets people building using jhbuild.
This commit is contained in:
parent
3ae417b960
commit
49c15885e0
@ -173,7 +173,7 @@ AM_CONDITIONAL(HAVE_UEFI, test x$enable_uefi = xyes)
|
||||
|
||||
# Dell Non ESRT capsule support
|
||||
AC_ARG_ENABLE(dell, AS_HELP_STRING([--enable-dell],[Enable Dell non-ESRT capsule support]),
|
||||
enable_dell=$enableval, enable_dell=yes)
|
||||
enable_dell=$enableval, enable_dell=no)
|
||||
if test x$enable_dell != xno; then
|
||||
PKG_CHECK_MODULES(UEFI, fwup >= 0.5)
|
||||
PKG_CHECK_MODULES(LIBSMBIOS, libsmbios_c >= 2.3.0)
|
||||
|
Loading…
Reference in New Issue
Block a user