mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-04 19:11:07 +00:00
enable-dell requires libfwup-dev (#113)
* enable-dell requires libfwup-dev Add dependency in enable-dell and shared_module('fu_plugin_uefi')
This commit is contained in:
parent
e55f52de09
commit
1d577d6572
@ -151,6 +151,7 @@ endif
|
||||
if get_option('enable-dell')
|
||||
libsmbios_c = dependency('libsmbios_c', version : '>= 2.3.0')
|
||||
efivar = dependency('efivar')
|
||||
fwup = dependency('fwup', version : '>= 5')
|
||||
conf.set('HAVE_DELL', '1')
|
||||
endif
|
||||
|
||||
|
@ -20,6 +20,7 @@ shared_module('fu_plugin_dell',
|
||||
plugin_deps,
|
||||
efivar,
|
||||
libsmbios_c,
|
||||
fwup,
|
||||
],
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user