Ignore:
Timestamp:
01/18/2022 12:53:48 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f56eb466
Parents:
5a828aaa
Message:

Fixes gcr and dconf-editor for building with meson 0.61

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/dconf.xml

    r5a828aaa r8f16a204  
    208208cd dconf-editor-&dconf-editor-version;                &amp;&amp;
    209209
     210sed -e '/  desktop,/d' \
     211    -e '/  appdata,/d' \
     212    -i editor/meson.build &amp;&amp;
     213
    210214mkdir build &amp;&amp;
    211215cd    build &amp;&amp;
     
    232236      <application>GTK-Doc</application> is installed and you wish to rebuild
    233237      and install the API documentation.
     238    </para>
     239
     240    <para><!-- Using screen so that spaces are output verbatim -->
     241      <screen><command>sed -e '/  desktop,/d' ...</command></screen>: This
     242      fixes a failure to build with newer versions of
     243      <application>meson</application>.
    234244    </para>
    235245
Note: See TracChangeset for help on using the changeset viewer.