Changeset a468270d for x/lib


Ignore:
Timestamp:
06/27/2019 03:12:23 AM (5 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.0, 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:
b167515
Parents:
e4a13182
Message:

Update to evolution-data-server-3.32.3 and prevent systemd units from being installed on SysV
at-spi2-core: prevent systemd units from being installed on SysV
libgweather: Fix command explanation for -Dgtk_doc=true

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/at-spi2-core.xml

    re4a13182 ra468270d  
    114114    </para>
    115115
    116 <screen><userinput>mkdir build &amp;&amp;
     116<screen revision="sysv"><userinput>mkdir build &amp;&amp;
     117cd    build &amp;&amp;
     118
     119meson --prefix=/usr     \
     120      --sysconfdir=/etc \
     121      -Dsystemd_user_dir=no .. &amp;&amp;
     122ninja</userinput></screen>
     123
     124<screen revision="systemd"><userinput>mkdir build &amp;&amp;
    117125cd    build &amp;&amp;
    118126
     
    135143  </sect2>
    136144
    137 <!--
    138   <sect2 role="commands">
     145
     146  <sect2 role="commands" revision="sysv">
    139147    <title>Command Explanations</title>
    140148
    141     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    142       href="../../xincludes/gtk-doc-rebuild.xml"/>
    143 
    144   </sect2>
    145 -->
     149    <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     150       href="../../xincludes/gtk-doc-rebuild.xml"/> -->
     151
     152    <para>
     153      <parameter>-Dsystemd_user_dir=no</parameter>: This flag disables the
     154      installation of systemd unit files on SysV, where they are unable to be
     155      used.
     156    </para>
     157
     158  </sect2>
    146159
    147160  <sect2 role="content">
Note: See TracChangeset for help on using the changeset viewer.