Ignore:
Timestamp:
06/01/2013 08:03:58 AM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
af73a280
Parents:
dcdde93
Message:

Merge trunk and systemd branch

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/sdl.xml

    rdcdde93 r13e0a61  
    9090    following commands:</para>
    9191
    92 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     92<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    9393make</userinput></screen>
    9494
     
    126126    <title>Command Explanations</title>
    127127
    128     <para><parameter>--disable-static</parameter>: prevent static libraries
    129     being built and installed.</para>
     128    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     129      href="../../xincludes/static-libraries.xml"/>
    130130
    131131  </sect2>
     
    154154      <seglistitem>
    155155        <seg>sdl-config</seg>
    156         <seg>libSDL.{so,a} and libSDLmain.a</seg>
     156        <seg>libSDL.so and libSDLmain.a</seg>
    157157        <seg>/usr/include/SDL and /usr/share/doc/SDL-&sdl-version;</seg>
    158158      </seglistitem>
     
    177177
    178178      <varlistentry id="libsdl">
    179         <term><filename class='libraryfile'>libSDL.{so,a}</filename></term>
     179        <term><filename class='libraryfile'>libSDL.so</filename></term>
    180180        <listitem>
    181181          <para> library provides low level access to audio, keyboard, mouse,
     
    183183          2D frame buffer across multiple platforms.</para>
    184184          <indexterm zone="sdl libsdl">
    185             <primary sortas="c-libsdl">libSDL.{so,a}</primary>
     185            <primary sortas="c-libsdl">libSDL.so</primary>
    186186          </indexterm>
    187187        </listitem>
Note: See TracChangeset for help on using the changeset viewer.