Changeset 5e473061


Ignore:
Timestamp:
08/29/2020 02:29:03 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, 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:
35054401
Parents:
0880d35d
Message:

VTE: Prevent installing systemd units on SysV systems.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/vte.xml

    r0880d35d r5e473061  
    111111    </para>
    112112
    113 <screen><userinput>mkdir build &amp;&amp;
     113<screen revision="systemd"><userinput>mkdir build &amp;&amp;
    114114cd    build &amp;&amp;
    115115
    116 meson  --prefix=/usr --sysconfdir=/etc -Dfribidi=false &amp;&amp;
    117 ninja </userinput></screen>
     116meson  --prefix=/usr --sysconfdir=/etc -Dfribidi=false .. &amp;&amp;
     117ninja</userinput></screen>
     118
     119<screen revision="sysv"><userinput>mkdir build &amp;&amp;
     120cd    build &amp;&amp;
     121
     122meson --prefix=/usr --sysconfdir=/etc -Dfribidi=false -D_systemd=false .. &amp;&amp;
     123ninja</userinput></screen>
    118124
    119125    <para>
  • introduction/welcome/changelog.xml

    r0880d35d r5e473061  
    4545      <para>August 28th, 2020</para>
    4646      <itemizedlist>
     47        <listitem revision="sysv">
     48          <para>[renodr] - Prevent VTE from installing systemd units on SysV
     49          systems.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[bdubbs] - Update to dash-0.5.11.2. Fixes
Note: See TracChangeset for help on using the changeset viewer.