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:
@@ -168,7 +168,8 @@ libfprint = library('fprint',
|
||||
install: true)
|
||||
|
||||
libfprint_dep = declare_dependency(link_with: libfprint,
|
||||
include_directories: root_inc)
|
||||
include_directories: root_inc,
|
||||
dependencies: glib_dep)
|
||||
|
||||
install_headers(['fprint.h'], subdir: 'libfprint')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user