Changeset e010adb for gnome


Ignore:
Timestamp:
05/27/2021 04:49:55 PM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
1e6ae10c
Parents:
d503f9b
Message:

nautilus: workaround a meson-0.58.0 issue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/nautilus.xml

    rd503f9b re010adb  
    115115  <sect2 role="installation">
    116116    <title>Installation of Nautilus</title>
     117
     118    <!-- This is a known bug in meson-0.58.0, but seems (in LFS/BLFS) only
     119         affects nautilus.  Remove the workaround after meson-0.58.1. -->
     120    <para>
     121      Work around an issue in meson-0.58.0:
     122    </para>
     123
     124<screen><userinput>sed -e 's/test_env/#&amp;/' \
     125    -e 's/env: \[/env: test_env + [/' \
     126    -i test/automated/displayless/meson.build</userinput></screen>
    117127
    118128    <para>
Note: See TracChangeset for help on using the changeset viewer.