Ignore:
Timestamp:
07/24/2012 04:17:44 PM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
3af204c
Parents:
2ba0c1a
Message:

XML Polishing, Part 2. Set libpng (again) as required for Cairo, since it requires too many switches if it is not present, thus making it realy required.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10464 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/webkitgtk.xml

    r2ba0c1a ra2912ff  
    8686      <xref linkend="geoclue"/>,
    8787      <xref linkend="which"/> and
    88       <xref linkend="sqlite"/>.
     88      <xref linkend="sqlite"/>
    8989    </para>
    9090
     
    9999      <xref linkend="enchant"/>,
    100100      <xref linkend="gtk-doc"/> and
    101       <ulink url="http://xsltml.sourceforge.net/">MathML</ulink>.
     101      <ulink url="http://xsltml.sourceforge.net/">MathML</ulink>
    102102    </para>
    103103
     
    115115      <application>Gstreamer</application> correctly:
    116116    </para>
    117     <!-- https://bugs.webkit.org/show_bug.cgi?id=82580 -->
    118117
    119118<screen><userinput>sed -i 's#=GST#=$GST#' configure</userinput></screen>
     
    161160      This package does not have a working testsuite.
    162161    </para>
    163 <!--
    164     <para>
    165       To test the results, issue: <command>make check</command> (you must be in
    166       an xterm or similar to do this, because it launches some windows).
    167       Requires <xref linkend="pygobject2"/>.
    168     </para>
    169 -->
    170162
    171163    <para>
     
    181173    <para>
    182174      <option>--enable-introspection</option>: This option enables support for
    183       <application>Gobject-Introspection</application> and is required for a
    184       <application>GNOME</application> desktop. If you don't have
    185       <application>Gobject-Introspection</application> installed and don't want
     175      <application>Gobject Introspection</application> and is required for a
     176      <application>GNOME</application> Desktop. If you don't have
     177      <application>Gobject Introspection</application> installed and don't want
    186178      to install <application>GNOME</application> remove this option.
    187179    </para>
     
    204196    <para>
    205197      <option>--with-gtk=2.0</option>: This option forces
    206       <application>Webkit</application> to compile against
    207       <application>Gtk+-2</application>, even if
    208       <application>Gtk+-3</application> is also installed. With
    209       <application>Gtk+-2</application>, everything
     198      <application>WebKit</application> to compile against
     199      <application>GTK+ 2</application>, even if
     200      <application>GTK+ 3</application> is also installed. With
     201      <application>GTK+ 2</application>, everything
    210202      <application>Webkit</application> installs is suffixed with 1.0. When it
    211       is compiled against <application>Gtk+-3</application> everything it
     203      is compiled against <application>GTK+ 3</application> everything it
    212204      installs is suffixed with 3.0. Both versions can be installed alongside
    213205      one another with no namespace conflicts.
     
    235227          libwebkit-1.0.so and libjavascriptcoregtk-1.0.so or libwebkit-3.0.so
    236228          and libjavascriptcoregtk-3.0.so (depending on whether you installed
    237           the <application>Gtk+-2</application> or
    238           <application>Gtk+-3</application> version of
     229          the <application>GTK+ 2</application> or
     230          <application>GTK+ 3</application> version of
    239231          <application>WebKit</application>).
    240232        </seg>
     
    242234          /usr/include/webkit-1.0 and /usr/share/webkit-1.0 or
    243235          /usr/include/webkit-3.0 and /usr/share/webkit-3.0 (depending on
    244           whether you installed the <application>Gtk+-2</application> or
    245           <application>Gtk+-3</application> version of
     236          whether you installed the <application>GTK+ 2</application> or
     237          <application>GTK+ 3</application> version of
    246238          <application>WebKit</application>).
    247239        </seg>
     
    272264          <para>
    273265            contains the <application>WebKit</application> API functions for
    274             <application>gtk+-2</application>.
     266            <application>GTK+ 2</application>.
    275267          </para>
    276268          <indexterm zone="webkitgtk libwebkit-1.0">
     
    285277          <para>
    286278            contains the <application>WebKit</application> API functions for
    287             <application>gtk+-3</application>.
     279            <application>GTK+ 3</application>.
    288280          </para>
    289281          <indexterm zone="webkitgtk libwebkit-3.0">
     
    318310        </listitem>
    319311      </varlistentry>
     312
    320313    </variablelist>
     314
    321315  </sect2>
     316
    322317</sect1>
Note: See TracChangeset for help on using the changeset viewer.