Changeset c6762ff for gnome/platform


Ignore:
Timestamp:
11/03/2019 06:49:13 AM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.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:
e5448fb
Parents:
da21d1e
Message:

dconf: fix breakage with meson-0.52 using a fix supplied by Bruce after verification. Also add an optional dependency on bash-completion.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22349 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/dconf.xml

    rda21d1e rc6762ff  
    143143    <bridgehead renderas="sect4">Optional</bridgehead>
    144144    <para role="optional">
    145       <xref linkend="gtk-doc"/>
     145      <xref linkend="gtk-doc"/> and
     146      <ulink url="https://github.com/scop/bash-completion">bash-completion</ulink>
    146147    </para>
    147148
     
    153154  <sect2 role="installation">
    154155    <title>Installation of DConf</title>
     156
     157    <para>
     158      First, fix a bug introduced by meson-0.52.0 and a test suite problem:
     159    </para>
     160
     161<screen><userinput remap="pre">sed -i 's|link_whole|link_with|' common/meson.build &amp;&amp;
     162sed -i 's/module/&amp; | grep -v mangle_path/' gsettings/abicheck.sh</userinput></screen>
    155163
    156164    <para>
Note: See TracChangeset for help on using the changeset viewer.