nautilus: workaround a meson-0.58.0 issue

This commit is contained in:
Xi Ruoyao 2021-05-28 00:49:55 +08:00
parent d503f9ba0f
commit e010adbd54
No known key found for this signature in database
GPG Key ID: D95E4716CCBB34DC

View File

@ -115,6 +115,16 @@
<sect2 role="installation">
<title>Installation of Nautilus</title>
<!-- This is a known bug in meson-0.58.0, but seems (in LFS/BLFS) only
affects nautilus. Remove the workaround after meson-0.58.1. -->
<para>
Work around an issue in meson-0.58.0:
</para>
<screen><userinput>sed -e 's/test_env/#&amp;/' \
-e 's/env: \[/env: test_env + [/' \
-i test/automated/displayless/meson.build</userinput></screen>
<para>
Install <application>Nautilus</application> by running the following
commands: