Blame SOURCES/0144-meson-Add-fp-image-device-to-public-headers.patch

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