mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
build: Make glib a libfprint dependency
We are going to use GLib types in the public API now.
This commit is contained in:
@@ -3,7 +3,7 @@ examples = [ 'verify_live', 'enroll', 'verify', 'img_capture' ]
|
||||
foreach example: examples
|
||||
executable(example,
|
||||
[example + '.c', 'storage.c'],
|
||||
dependencies: [libfprint_dep, glib_dep],
|
||||
dependencies: [libfprint_dep],
|
||||
include_directories: [
|
||||
root_inc,
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user