mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
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:
parent
1079e111f3
commit
4b0eaf018a
@ -47,6 +47,10 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>February 10th, 2016</para>
|
<para>February 10th, 2016</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[ken] - firefox can be built using gtk+-3 instead of gtk+-2.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[ken] - for libpwquality, cracklib is required : there is
|
<para>[ken] - for libpwquality, cracklib is required : there is
|
||||||
no way to disable it.</para>
|
no way to disable it.</para>
|
||||||
|
@ -84,7 +84,8 @@
|
|||||||
<bridgehead renderas="sect4">Required</bridgehead>
|
<bridgehead renderas="sect4">Required</bridgehead>
|
||||||
<para role="required">
|
<para role="required">
|
||||||
<xref linkend="alsa-lib"/>,
|
<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="nss"/>,
|
||||||
<xref linkend="unzip"/>,
|
<xref linkend="unzip"/>,
|
||||||
<xref linkend="yasm"/>, and
|
<xref linkend="yasm"/>, and
|
||||||
@ -187,6 +188,9 @@ ac_add_options --disable-necko-wifi
|
|||||||
ac_add_options --disable-gstreamer
|
ac_add_options --disable-gstreamer
|
||||||
#ac_add_options --enable-gstreamer=1.0
|
#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:
|
# Uncomment these lines if you have installed optional dependencies:
|
||||||
#ac_add_options --enable-system-hunspell
|
#ac_add_options --enable-system-hunspell
|
||||||
#ac_add_options --enable-startup-notification
|
#ac_add_options --enable-startup-notification
|
||||||
|
Loading…
Reference in New Issue
Block a user