shithub: freetype+ttf2subf

Download patch

ref: 16947c0eb1efd0dadb7b2a3c223136c0239a42a6
parent: 2468e59af1701d86260ee8f3ff7a959e5479fc1d
author: Alexei Podtelezhnikov <apodtele@gmail.com>
date: Sun May 23 01:36:16 EDT 2021

* meson.build (ft2_public_headers): Add missing `ftcid.h'.

Fixes #1058.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2021-05-23  Alexei Podtelezhnikov  <apodtele@gmail.com>
+
+	* meson.build (ft2_public_headers): Add missing `ftcid.h'.
+
+	Fixes #1058.
+
 2021-05-20  Alexei Podtelezhnikov  <apodtele@gmail.com>
 
 	[type42] Avoid some memory zeroing.
--- a/meson.build
+++ b/meson.build
@@ -124,6 +124,7 @@
   'include/freetype/ftbzip2.h',
   'include/freetype/ftcache.h',
   'include/freetype/ftchapters.h',
+  'include/freetype/ftcid.h',
   'include/freetype/ftcolor.h',
   'include/freetype/ftdriver.h',
   'include/freetype/fterrdef.h',