Changeset 39ed0a6e


Ignore:
Timestamp:
02/09/2012 05:46:20 PM (12 years ago)
Author:
Ken Moffat <ken@…>
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:
3ae60ba7
Parents:
b324c5bb
Message:

Webkitgtk - change the configure to a gnome version while trying to keep users of webkit-on-gtk2 happy.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/webkitgtk.xml

    rb324c5bb r39ed0a6e  
    8484    <title>Installation of WebKitGTK+</title>
    8585
     86    <para>These instructions assume you are installing
     87    <application>WebKitGTK+</application> to support a
     88    <application>GNOME</application> desktop - if not, please review the
     89    explanations for the various optional parameters.</para>
     90
    8691    <para>Install <application>WebKitGTK+</application> by running the
    8792    following commands:</para>
    8893
    89 <screen><userinput>./configure --prefix=/usr --with-gtk=2.0 &amp;&amp;
     94<screen><userinput>./configure --prefix=/usr --with-gtk=3.0 \
     95            --enable-introspection &amp;&amp;
    9096make</userinput></screen>
    9197
     
    102108  <sect2 role="commands">
    103109    <title>Command Explanations</title>
     110
     111    <para><parameter>--with-gtk=3.0</parameter>: This switch forces
     112    <application>Webkit</application> to compile against
     113    <application>Gtk+-3</application> and is required for a
     114    <application>GNOME</application> desktop.</para>
    104115
    105116    <para><option>--with-gtk=2.0</option>: This option forces
     
    114125
    115126    <para><option>--enable-introspection</option>: This option enables support
    116     for gobject-introspection.</para>
     127    for gobject-introspection and is required for a
     128    <application>GNOME</application>.</para>
    117129
    118130    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.