mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
Fix Xorg-Server-1.17.1: do not build systemd-logind support.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15606 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
5a87e66d6d
commit
8ddea36ec0
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "03"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "04"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "03"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2015">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "March 3rd, &year;">
|
||||
<!ENTITY releasedate "March 4th, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- x.y|development] -->
|
||||
|
@ -43,6 +43,17 @@
|
||||
</listitem>
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>March 4th, 2015</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[fernando] - Fix Xorg-Server-1.17.1: do not build
|
||||
systemd-logind support.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>March 3rd, 2015</para>
|
||||
<itemizedlist>
|
||||
|
@ -146,11 +146,12 @@
|
||||
Install the server by running the following commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>./configure $XORG_CONFIG \
|
||||
--with-xkb-output=/var/lib/xkb \
|
||||
--enable-glamor \
|
||||
--enable-install-setuid \
|
||||
--enable-suid-wrapper &&
|
||||
<screen><userinput>./configure $XORG_CONFIG \
|
||||
--enable-glamor \
|
||||
--enable-install-setuid \
|
||||
--enable-suid-wrapper \
|
||||
--disable-systemd-logind \
|
||||
--with-xkb-output=/var/lib/xkb &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
@ -194,6 +195,13 @@ EOF</userinput></screen>
|
||||
legacy driver support on rootless xserver systems.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<parameter>--disable-systemd-logind</parameter>: Do not build
|
||||
systemd-logind support, otherwise, an error (EE), logged in
|
||||
<filename>/var/log/Xorg.0.log</filename>, occurs when starting the X
|
||||
server. Systemd is not supported by BLFS.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<command>cat >> /etc/sysconfig/createfiles...</command>: This
|
||||
command creates the <filename class="directory">/tmp/.ICE-unix</filename>
|
||||
|
Loading…
Reference in New Issue
Block a user