25 lines
662 B
Diff
25 lines
662 B
Diff
From 610095fca55204813a1168fd871034aba817cd5e Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= <mail@3v1n0.net>
|
|
Date: Tue, 17 Dec 2019 05:14:54 +0100
|
|
Subject: [PATCH 144/181] meson: Add fp-image-device to public headers
|
|
|
|
---
|
|
libfprint/meson.build | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/libfprint/meson.build b/libfprint/meson.build
|
|
index 8132a1b..382fe76 100644
|
|
--- a/libfprint/meson.build
|
|
+++ b/libfprint/meson.build
|
|
@@ -21,6 +21,7 @@ libfprint_private_sources = [
|
|
libfprint_public_headers = [
|
|
'fp-context.h',
|
|
'fp-device.h',
|
|
+ 'fp-image-device.h',
|
|
'fp-image.h',
|
|
'fp-print.h',
|
|
]
|
|
--
|
|
2.24.1
|
|
|