mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
port to low level EC key functions
This will allow creating a fixed key for testing
This commit is contained in:
@@ -225,7 +225,13 @@ foreach i : driver_helpers
|
||||
error('nss >=3.55 is required for SDCP support (@0@ and possibly others)'.format(driver))
|
||||
endif
|
||||
|
||||
freebl_dep = cc.find_library('freebl', required: false)
|
||||
if not freebl_dep.found()
|
||||
error('The static freebl library from nss is required for SDCP support (@0@ and possibly others)'.format(driver))
|
||||
endif
|
||||
|
||||
optional_deps += nss_dep
|
||||
optional_deps += freebl_dep
|
||||
elif i == 'udev'
|
||||
install_udev_rules = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user