summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2021-07-05 05:44:13 +0200
committerWerner Lemberg <wl@gnu.org>2021-07-05 05:44:13 +0200
commit50d0033f7ee600c5f5831b28877353769d1f7d48 (patch)
tree298eb48f7030d6df7d259af17080bc0ca83fcfa9
parent89c60eca67ae179ccf4dae3eddccf7de19b76c35 (diff)
downloadfreetype2-50d0033f7ee600c5f5831b28877353769d1f7d48.tar.gz
meson.build: Minor doc fix.
-rw-r--r--meson.build5
1 files changed, 3 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 13142bc24..887975ffc 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)