mirror of
https://github.com/morgan9e/libfprint-fpc1020
synced 2026-04-14 00:14:16 +09:00
doc: Use includes from the source diretory
Before we try to use installed system includes, which is obviously not the best idea.
This commit is contained in:
committed by
Benjamin Berg
parent
261ba3a4a4
commit
ae6be6837b
@@ -1,5 +1,5 @@
|
||||
#include <libfprint-2/fprint.h>
|
||||
#include <libfprint-2/fp-image-device.h>
|
||||
#include <fprint.h>
|
||||
#include <fp-image-device.h>
|
||||
|
||||
fp_context_get_type
|
||||
fp_device_get_type
|
||||
|
||||
@@ -26,6 +26,7 @@ docpath = join_paths(get_option('datadir'), 'gtk-doc', 'html')
|
||||
gnome.gtkdoc(versioned_libname,
|
||||
main_xml: 'libfprint-docs.xml',
|
||||
src_dir: join_paths(meson.source_root(), 'libfprint'),
|
||||
include_directories: include_directories('../libfprint'),
|
||||
dependencies: libfprint_dep,
|
||||
content_files: content_files,
|
||||
expand_content_files: expand_content_files,
|
||||
|
||||
Reference in New Issue
Block a user