Add the libfido2 dependency to cryptenroll and cryptsetup's
meson files. If libfido2's not installed in the default path
the build wasn't finding its headers correctly.
'dependencies' : [
libcryptsetup,
libdl,
+ libfido2_cflags,
libopenssl,
libp11kit_cflags,
],
'sources' : cryptsetup_token_systemd_fido2_sources,
'dependencies' : [
libcryptsetup,
- libfido2,
+ libfido2_cflags,
],
},
template + {
'sources' : systemd_cryptsetup_sources,
'dependencies' : [
libcryptsetup,
+ libfido2_cflags,
libmount_cflags,
libopenssl,
libp11kit_cflags,