aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/meson.xml
diff options
context:
space:
mode:
authorPierre Labastie <pierre.labastie@neuf.fr>2022-01-20 08:18:43 +0100
committerPierre Labastie <pierre.labastie@neuf.fr>2022-01-20 08:18:43 +0100
commit18c19472981ce1620f605f2b51734f7498f3c8a6 (patch)
tree7da8635b2a032492ad6e81a1db5233ed18334761 /chapter08/meson.xml
parentb83366b1b49e63a263199d20e7aac85e8c5517cf (diff)
Update to meson-0.61.1
Diffstat (limited to 'chapter08/meson.xml')
-rw-r--r--chapter08/meson.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/meson.xml b/chapter08/meson.xml
index 70c1c1e92..36d787185 100644
--- a/chapter08/meson.xml
+++ b/chapter08/meson.xml
@@ -47,13 +47,13 @@
<sect2 role="installation">
<title>Installation of Meson</title>
-
+<!--
<para>First, apply a patch that fixes an issue identified upstream:</para>
<screen><userinput remap="pre">patch -Np1 -i ../&meson-fix-patch;</userinput></screen>
+-->
<para>Compile Meson with the following command:</para>
-
<screen><userinput remap="make">python3 setup.py build</userinput></screen>
<para>This package does not come with a test suite.</para>