freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] master 50d0033: meson.build: Minor doc fix.


From: Werner Lemberg
Subject: [freetype2] master 50d0033: meson.build: Minor doc fix.
Date: Sun, 4 Jul 2021 23:50:22 -0400 (EDT)

branch: master
commit 50d0033f7ee600c5f5831b28877353769d1f7d48
Author: Werner Lemberg <wl@gnu.org>
Commit: Werner Lemberg <wl@gnu.org>

    meson.build: Minor doc fix.
---
 meson.build | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/meson.build b/meson.build
index 13142bc..887975f 100644
--- a/meson.build
+++ b/meson.build
@@ -31,8 +31,9 @@ project('freetype2', 'c',
 )
 
 
-# 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]