Changeset d72fae5a for x/lib/fltk.xml


Ignore:
Timestamp:
10/27/2014 06:51:53 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
krejzi/svn
Children:
7aff5814
Parents:
5b5c0e9
Message:

Xorg Libraries chapter updates.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/fltk.xml

    r5b5c0e9 rd72fae5a  
    9494    <para role="required">
    9595      <xref linkend="glu"/>
    96       <xref linkend="mesalib"/>, and
    97       <xref linkend="xorg7-lib"/>,
    9896    </para>
    9997
     
    102100      <xref linkend="desktop-file-utils"/>,
    103101      <xref linkend="hicolor-icon-theme"/>, and
    104       <xref linkend="libjpeg"/>,
     102      <xref linkend="libjpeg"/>
    105103    </para>
    106104
     
    109107      <xref linkend="alsa-lib"/>,
    110108      <xref linkend="doxygen"/>, and
    111       <xref linkend="texlive"/>,
     109      <xref linkend="texlive"/>
    112110    </para>
    113111
     
    135133sed -i -e '/cat./d' documentation/Makefile       &amp;&amp;
    136134
    137 ./configure --prefix=/usr    \
    138             --enable-threads \
    139             --enable-xft     \
    140             --enable-shared  &amp;&amp;
     135./configure --prefix=/usr --enable-shared &amp;&amp;
    141136make</userinput></screen>
    142137
     
    169164
    170165    <para>
    171       <command>patch ...tigervnc-1.patch</command>: Install patches to make
    172       the libraries compatible with <application>tigervnc</application>.
    173     </para>
    174 
    175     <para>
    176       <command>patch ...dynamic_libs-1.patch</command>: Allow building
    177       dynamic libraries.
    178     </para>
    179 
    180     <para>
    181166      <command>sed ... configure</command>: configure: Fix output of
    182167      <command>fltk-config --version</command>.
     
    185170    <para>
    186171      <command>sed ... documentation/Makefile</command>: Avoid installing
    187       pages in <filename class='directory'>/usr/share/man/cat*</filename>.
     172      pages in <filename class="directory">/usr/share/man/cat*</filename>.
     173    </para>
     174
     175    <para>
     176      <parameter>--enable-shared</parameter>: This switch enables building
     177      of the shared libraries in addition to static ones.
    188178    </para>
    189179
     
    207197        </seg>
    208198        <seg>
    209           libfltk.{a,so}, 
    210           libfltk_forms.{a,so}, 
     199          libfltk.{a,so},
     200          libfltk_forms.{a,so},
    211201          libfltk_gl.{a,so}, and
    212202          libfltk_images.{a,so}
Note: See TracChangeset for help on using the changeset viewer.