mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-09-10 21:06:51 +00:00
examples: Add TOD inspector tool, to do some basic analysis of TOD drivers
Will print some drivers data
This commit is contained in:
@@ -42,12 +42,12 @@ libfprint_tod = library(versioned_libname.split('lib')[1] + '-tod',
|
||||
dependencies: deps,
|
||||
install: true)
|
||||
|
||||
deps += declare_dependency(
|
||||
tod_dep = declare_dependency(
|
||||
link_with: [
|
||||
libfprint_tod,
|
||||
libfprint_tod_private,
|
||||
]
|
||||
)
|
||||
])
|
||||
deps += tod_dep
|
||||
|
||||
pkgconfig = import('pkgconfig')
|
||||
pkgconfig.generate(libfprint_tod,
|
||||
|
||||
Reference in New Issue
Block a user