Changeset d06248e


Ignore:
Timestamp:
07/21/2014 01:05:09 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
33d69e3f
Parents:
ca33a20f
Message:

Add libepoxy, install xkeyboard-config into /usr and remove the dependency on xorg libraries, which is innacurate anyways.

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

Location:
x
Files:
1 added
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • x/installing/installing.xml

    rca33a20f rd06248e  
    6969  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xcursor-themes.xml"/>
    7070  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x7font.xml"/>
    71   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xkeyboard-config.xml"/>
     71  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xkeyboard-config-systemd.xml"/>
    7272  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xorg-server.xml"/>
    7373  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x7driver.xml"/>
  • x/installing/xkeyboard-config-systemd.xml

    rca33a20f rd06248e  
    66
    77  <!ENTITY xkeyboard-config-download-http
    8   "&xorg-download-http;/data/xkeyboard-config/xkeyboard-config-&xkeyboard-config-version;.tar.bz2">
     8           "&xorg-download-http;/data/xkeyboard-config/xkeyboard-config-&xkeyboard-config-version;.tar.bz2">
    99  <!ENTITY xkeyboard-config-download-ftp
    10   "&xorg-download-ftp;/data/xkeyboard-config/xkeyboard-config-&xkeyboard-config-version;.tar.bz2">
     10           "&xorg-download-ftp;/data/xkeyboard-config/xkeyboard-config-&xkeyboard-config-version;.tar.bz2">
    1111  <!ENTITY xkeyboard-config-md5sum        "1fd54ceb9092d1dbcaabaf03653092bc">
    1212  <!ENTITY xkeyboard-config-size          "916 KB">
     
    7777    <bridgehead renderas="sect4">Required</bridgehead>
    7878    <para role="required">
    79       <xref linkend="xorg7-lib"/>
     79      <xref linkend="libxslt"/>
     80    </para>
     81
     82    <bridgehead renderas="sect4">Optional</bridgehead>
     83    <para role="optional">
     84      <xref linkend="xorg7-proto"/>
    8085    </para>
    8186
     
    9398    </para>
    9499
    95 <screen><userinput>./configure $XORG_CONFIG --with-xkb-rules-symlink=xorg &amp;&amp;
     100<screen><userinput>./configure --prefix=/usr          \
     101            --disable-runtime-deps \
     102            --with-xkb-rules-symlink=xorg &amp;&amp;
    96103make</userinput></screen>
    97104
     
    110117  <sect2 role="commands">
    111118    <title>Command Explanations</title>
     119
     120    <para>
     121      <parameter>--disable-runtime-deps</parameter>: This switch disables
     122      checking for Xorg Protocol Headers which are only required for
     123      <application>Xorg</application> at runtime.
     124    </para>
    112125
    113126    <para>
     
    131144        <seg>None</seg>
    132145        <seg>
    133           <envar>$XORG_PREFIX</envar>/share/X11/xkb
     146          /usr/share/X11/xkb
    134147        </seg>
    135148      </seglistitem>
  • x/lib/lib.xml

    rca33a20f rd06248e  
    4848  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="imlib2.xml"/>
    4949  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libdrm.xml"/>
     50  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libepoxy-systemd.xml"/>
    5051  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libglade.xml"/>
    5152  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libnotify.xml"/>
Note: See TracChangeset for help on using the changeset viewer.