From 6a87cf2157e6ce5b1f98288727e8fc2a2caf0220 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Wed, 13 Nov 2024 21:15:55 +0100 Subject: [PATCH] Install SplashFont again I failed realizing it was usable --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index a5c8b7610..ef0dc236a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -756,6 +756,7 @@ if(ENABLE_UNSTABLE_API_ABI_HEADERS) splash/SplashBitmap.h splash/SplashClip.h splash/SplashErrorCodes.h + splash/SplashFont.h splash/SplashFontEngine.h splash/SplashFontFile.h splash/SplashFontFileID.h -- GitLab