blob: 9b0a5211abd0f3b3b8d2ce7cfb51bfb82014a283 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
From 2d7188a3a3679a359e3eb49beb9657027a16b3bd Mon Sep 17 00:00:00 2001
From: Albert Astals Cid <aacid@kde.org>
Date: Wed, 13 Nov 2024 22:06:46 +0100
Subject: [PATCH] Install StructTreeRoot.h again
I didn't realize it was usable without being exported
---
CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ef0dc236a..574b50deb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -713,6 +713,7 @@ if(ENABLE_UNSTABLE_API_ABI_HEADERS)
poppler/Stream-CCITT.h
poppler/Stream.h
poppler/StructElement.h
+ poppler/StructTreeRoot.h
poppler/UnicodeMap.h
poppler/UnicodeMapFuncs.h
poppler/UnicodeMapTables.h
--
GitLab
|