shithub: freetype+ttf2subf

Download patch

ref: 50d0033f7ee600c5f5831b28877353769d1f7d48
parent: 89c60eca67ae179ccf4dae3eddccf7de19b76c35
author: Werner Lemberg <[email protected]>
date: Mon Jul 5 01:44:13 EDT 2021

meson.build: Minor doc fix.

git/fs: mount .git/fs: mount/attach disallowed
--- a/meson.build
+++ b/meson.build
@@ -31,8 +31,9 @@
 )
 
 
-# Apparently meson doesn't provide a `read_file` function, so instead
-# running an external command is required.
+# Only meson >= 0.57 can read a file and assign its contents to a
+# variable; we thus use an external command to have this functionality
+# with older versions, too.
 
 python = import('python')
 python_exe = python.find_installation(required: true)