Changeset 81678a49


Ignore:
Timestamp:
07/21/2014 12:34:25 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
8d96abb
Parents:
4632152
Message:

Nuke glamor, use xserver's builtin one. Rewrite libevdev into a general library since it has nothing to do with xorg, nuke the one from xorg chapter.

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

Files:
2 added
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r4632152 r81678a49  
    138138<!ENTITY % package-entities SYSTEM      "packages.ent">
    139139%package-entities;
     140
     141<!ENTITY % systemd-package-entities SYSTEM      "systemd.ent">
     142%systemd-package-entities;
     143
  • general/genlib/genlib.xml

    r4632152 r81678a49  
    7272  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libdbusmenuqt.xml"/>
    7373  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libesmtp.xml"/>
     74  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libevdev-systemd.xml"/>
    7475  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libffi.xml"/>
    7576  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libgee.xml"/>
  • x/installing/x7driver-ati.xml

    r4632152 r81678a49  
    9090      </para>
    9191
    92       <bridgehead renderas="sect5">Recommended</bridgehead>
     92      <!-- <bridgehead renderas="sect5">Recommended</bridgehead>
    9393      <para role="Recommended">
    9494        <xref linkend="glamor-egl"/>
     
    101101          GPUs - see the link under "Glamor Acceleration" below.
    102102        </para>
    103       </note>
     103      </note> -->
    104104
    105105      <para condition="html" role="usernotes">
  • x/installing/x7driver-intel.xml

    r4632152 r81678a49  
    9191      </para>
    9292
    93       <bridgehead renderas="sect5">Optional</bridgehead>
     93      <!-- <bridgehead renderas="sect5">Optional</bridgehead>
    9494      <para role="optional">
    9595        <xref linkend="glamor-egl"/>
    96       </para>
     96      </para> -->
    9797
    9898      <para condition="html" role="usernotes">
  • x/installing/x7driver.xml

    r4632152 r81678a49  
    4242    </note>
    4343
    44     <sect3 id="xorg-modules">
     44    <!-- <sect3 id="xorg-modules">
    4545      <title>Xorg Modules</title>
    4646
     
    5353      </itemizedlist>
    5454
    55     </sect3>
     55    </sect3> -->
    5656
    5757    <sect3 id="xorg-input-drivers">
     
    5959
    6060      <itemizedlist spacing="compact">
    61         <listitem>
     61        <!-- <listitem>
    6262          <para>
    6363            <xref linkend="libevdev"/>
    6464          </para>
    65         </listitem>
     65        </listitem> -->
    6666        <listitem>
    6767          <para>
     
    186186  </sect2>
    187187
    188   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    189     href="x7driver-glamor.xml"/>
    190 
    191   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    192     href="libevdev.xml"/>
     188  <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     189    href="x7driver-glamor.xml"/> -->
     190
     191  <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     192    href="libevdev.xml"/> -->
    193193
    194194  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.