firefox can be built with gtk+-3 instead of gtk+-2.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16938 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2016-02-10 22:04:18 +00:00
parent 1079e111f3
commit 4b0eaf018a
2 changed files with 9 additions and 1 deletions

View File

@ -47,6 +47,10 @@
<listitem>
<para>February 10th, 2016</para>
<itemizedlist>
<listitem>
<para>[ken] - firefox can be built using gtk+-3 instead of gtk+-2.
</para>
</listitem>
<listitem>
<para>[ken] - for libpwquality, cracklib is required : there is
no way to disable it.</para>

View File

@ -84,7 +84,8 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="alsa-lib"/>,
<xref linkend="gtk2"/>,
<xref linkend="gtk2"/>
(or <xref linkend="gtk3"/> if you change the mozconfig where indicated),
<xref linkend="nss"/>,
<xref linkend="unzip"/>,
<xref linkend="yasm"/>, and
@ -187,6 +188,9 @@ ac_add_options --disable-necko-wifi
ac_add_options --disable-gstreamer
#ac_add_options --enable-gstreamer=1.0
# Uncomment this option if you wish to build with gtk+-3
ac_add_options --enable-default-toolkit=cairo-gtk3
# Uncomment these lines if you have installed optional dependencies:
#ac_add_options --enable-system-hunspell
#ac_add_options --enable-startup-notification