TOD: Add TOuch Drivers loader

This commit is contained in:
Marco Trevisan (Treviño)
2019-12-17 00:48:49 +01:00
parent b8e558452a
commit 29be067297
8 changed files with 294 additions and 0 deletions
+4
View File
@@ -234,6 +234,10 @@ libfprint_private = static_library('fprint-private',
link_with: libnbis,
install: false)
if get_option('tod')
subdir('tod')
endif
libfprint_drivers = static_library('fprint-drivers',
sources: drivers_sources,
c_args: drivers_cflags,