]> git.proxmox.com Git - fwupd-efi.git/commitdiff
dell: Drop efivar dependency
authorMario Limonciello <mario.limonciello@dell.com>
Fri, 16 Oct 2020 18:23:53 +0000 (13:23 -0500)
committerRichard Hughes <richard@hughsie.com>
Mon, 19 Oct 2020 15:13:21 +0000 (16:13 +0100)
Since we removed the ability to turn on/off force power this is dead code, and
an unnecessary dependency.

meson.build

index be40a097e4255f6e486200cd6a16ba41a0116813..ce99884e92ff34c521f94c1ea19bb2e0f415d78b 100644 (file)
@@ -348,7 +348,6 @@ endif
 
 if build_standalone and get_option('plugin_dell')
   libsmbios_c = dependency('libsmbios_c', version : '>= 2.4.0')
-  efivar = dependency('efivar')
   conf.set('HAVE_DELL', '1')
   if not get_option('plugin_uefi')
     error('plugin_dell also needs plugin_uefi to work')