Ignore:
Timestamp:
08/23/2014 05:08:59 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
8210d19
Parents:
f4edf7c
Message:

More checks. Fix w3m image loading capabilities.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/textweb/w3m.xml

    rf4edf7c r51a0e43  
    3333    also be used as a text-mode WWW browser.</para>
    3434
    35     &lfs75_checked;
     35    &lfs76_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    103103sed -i 's#gdk-pixbuf-xlib-2.0#&amp; x11#' configure &amp;&amp;
    104104
    105 ./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     105./configure --prefix=/usr --sysconfdir=/etc --with-imagelib=imlib2 &amp;&amp;
     106sed -i "s:lImlib2:&amp; -lX11:" Makefile &amp;&amp;
    106107make</userinput></screen>
    107108
     
    133134    <para><command>sed -i 's#gdk-pixbuf-xlib-2.0#&amp; x11#'
    134135    configure</command>: This sed fixes compiling <application>w3m</application>
    135     using <xref linkend="gtk2"/> as its image library. It has no impact if
    136     <xref linkend="gtk2"/> is not installed.</para>
    137 
    138     <para><option>--sysconfdir=/etc</option>: This option puts the configuration
    139     files in /etc.</para>
     136    using <xref linkend="gdk-pixbuf"/> as its image library. It has no impact if
     137    <xref linkend="gdk-pixbuf"/> is not installed.</para>
     138
     139    <para>
     140      <parameter>--with-imagelib=imlib2</parameter>: This switch sets
     141      <xref linkend="imlib2"/> as the default image loading library. Remove it
     142      if you don't need image loading capabilities or you don't want to
     143      install X11. Note that build will fail if Xorg Libraries are present
     144      and this switch is not used.
     145    </para>
     146
     147    <para>
     148      <parameter>--with-imagelib=gdk-pixbuf</parameter>: Use this switch if you
     149      want to use <xref linkend="gdk-pixbuf"/> as the image loading library.
     150    </para>
     151
     152    <para>
     153      <command>sed -i "s:lImlib2:&amp; -lX11:" Makefile</command>: This sed
     154      fixes building when using <xref linkend="imlib2"/> as the image
     155      loading library.
     156    </para>
     157
    140158  </sect2>
    141159
Note: See TracChangeset for help on using the changeset viewer.