Changeset c7765a68


Ignore:
Timestamp:
12/18/2018 07:09:55 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
340d045
Parents:
6b5b519d
Message:

Add elogind support to xorg-server.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r6b5b519d rc7765a68  
    4747      <itemizedlist>
    4848        <listitem>
     49          <para>[dj] - Add elogind support to xorg-server.</para>
     50        </listitem>
     51        <listitem>
    4952          <para>[dj] - Added autoconf-archive-2018.03.13.</para>
    5053        </listitem>
  • x/installing/xorg-server.xml

    r6b5b519d rc7765a68  
    7070      </listitem>
    7171    </itemizedlist>
     72
     73    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     74    <itemizedlist spacing="compact">
     75      <listitem>
     76        <para>
     77          Optional patch:
     78          <ulink url="&patch-root;/xorg-server-&xorg-server-version;-elogind-2.patch"/>
     79        </para>
     80      </listitem>
     81    </itemizedlist>
     82
    7283<!-- Prime support is now automatically added in DRI3, and this patch
    7384     may break things on some setups.
     
    131142<screen><userinput>patch -Np1 -i ../xorg-server-&xorg-server-version;-add_prime_support-1.patch</userinput></screen>-->
    132143
     144    <para revision="sysv">
     145      Apply a patch to add <application>elogind</application> support:
     146    </para>
     147
     148<screen revision="sysv"><userinput>patch -Np1 -i ../xorg-server-&xorg-server-version;-elogind-2.patch &amp;&amp;
     149autoreconf -fi</userinput></screen>
     150
    133151    <para>
    134152      Install the server by running the following commands:
    135153    </para>
    136154
    137 <screen revision="sysv"><userinput>./configure $XORG_CONFIG          \
    138             --enable-glamor       \
    139             --enable-suid-wrapper \
    140             --with-xkb-output=/var/lib/xkb &amp;&amp;
    141 make</userinput></screen>
    142 
    143 <screen revision="systemd"><userinput>./configure $XORG_CONFIG          \
     155<screen><userinput>./configure $XORG_CONFIG          \
    144156            --enable-glamor       \
    145157            --with-xkb-output=/var/lib/xkb &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.