Disabled static libImlib2.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11208 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2013-05-30 07:56:50 +00:00
parent f867424c9b
commit db6a20281f

View File

@ -82,7 +82,7 @@
<para>Install <application>Imlib2</application> by running the
following commands:</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>
@ -99,6 +99,9 @@ install -v -m644 doc/{*.gif,index.html} \
<sect2 role="commands">
<title>Command Explanations</title>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/static-libraries.xml"/>
<para><parameter>--without-x</parameter>: Add this parameter if you do not
have an X Window System installed.</para>
@ -115,7 +118,7 @@ install -v -m644 doc/{*.gif,index.html} \
<seglistitem>
<seg>imlib2_bumpmap, imlib2_colorspace, imlib2-config, imlib2_conv,
imlib2_grab, imlib2_poly, imlib2_show, imlib2_test, and imlib2_view</seg>
<seg>libImlib2.{so,a} and various filters and image loader modules.</seg>
<seg>libImlib2.so and various filters and image loader modules.</seg>
<seg>/usr/lib/imlib2, /usr/share/doc/imlib2-&imlib2-version;, and
/usr/share/imlib2</seg>
</seglistitem>
@ -127,12 +130,12 @@ install -v -m644 doc/{*.gif,index.html} \
<?dbhtml list-presentation="table"?>
<varlistentry id="libImlib2">
<term><filename class='libraryfile'>libImlib2.{so,a}</filename></term>
<term><filename class='libraryfile'>libImlib2.so</filename></term>
<listitem>
<para>provides the functions for programs to deal with various
image data formats.</para>
<indexterm zone="imlib2 libImlib2">
<primary sortas="c-libImlib2">libImlib2.{so,a}</primary>
<primary sortas="c-libImlib2">libImlib2.so</primary>
</indexterm>
</listitem>
</varlistentry>