Changeset 5eb0d00


Ignore:
Timestamp:
07/28/2014 11:03:46 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
e19c416
Parents:
3fd942c3
Message:

Revert xserver change. xinit package is the real culprit.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13726 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/xorg-server-systemd.xml

    r3fd942c3 r5eb0d00  
    9696    <para role="recommended">
    9797      <xref linkend="libepoxy"/> and
    98       <xref linkend="wayland"/> (for <command>Xwayland</command>)<!-- and
    99       <xref linkend="systemd"/> (for Logind)-->
     98      <xref linkend="wayland"/> (for <command>Xwayland</command>) and
     99      <xref linkend="systemd"/> (for Logind)
    100100    </para>
    101101
     
    133133           --enable-dmx                     \
    134134           --enable-glamor                  \
    135            --enable-setuid-install          \
    136            --disable-systemd-logind         &amp;&amp;
     135           --enable-suid-wrapper            &amp;&amp;
    137136make</userinput></screen>
    138137
     
    165164
    166165    <para>
    167       <parameter>--enable-install-setuid</parameter>: The Xorg binary must run as
    168       the root user. This switch ensures that the binary is installed
    169       setuid when <command>make</command> is run by an unprivileged user.
    170     </para>
    171 
    172     <para>
    173       <parameter>--disable-systemd-logind</parameter>: This switch disables
    174       <application>systemd</application> logind support because it causes
    175       no small amount of trouble when enabled.
    176     </para>
    177 <!--
    178     <para>
    179       <parameter>- -enable-suid-wrapper</parameter>: This switch enables building of
     166      <parameter>--enable-suid-wrapper</parameter>: This switch enables building of
    180167      the suid-root wrapper for legacy driver support on rootless xserver systems.
    181168    </para>
    182169
    183170    <para>
    184       <option>- -enable-install-setuid</option>: Use this switch if you have not
     171      <option>--enable-install-setuid</option>: Use this switch if you have not
    185172      reinstalled <application>systemd</application> with Logind support and
    186173      wish to run the <application>Xorg Server</application> as the
    187174      <systemitem class="username">root</systemitem> user.
    188175    </para>
    189 -->
     176
    190177  </sect2>
    191178
Note: See TracChangeset for help on using the changeset viewer.