Changeset 4b0eaf01


Ignore:
Timestamp:
02/10/2016 10:04:18 PM (8 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.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
cced370
Parents:
1079e11
Message:

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r1079e11 r4b0eaf01  
    4848      <para>February 10th, 2016</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[ken] - firefox can be built using gtk+-3 instead of gtk+-2.
     52          </para>
     53        </listitem>
    5054        <listitem>
    5155          <para>[ken] - for libpwquality, cracklib is required : there is
  • xsoft/graphweb/firefox.xml

    r1079e11 r4b0eaf01  
    8585    <para role="required">
    8686      <xref linkend="alsa-lib"/>,
    87       <xref linkend="gtk2"/>,
     87      <xref linkend="gtk2"/>
     88      (or <xref linkend="gtk3"/> if you change the mozconfig where indicated),
    8889      <xref linkend="nss"/>,
    8990      <xref linkend="unzip"/>,
     
    188189#ac_add_options --enable-gstreamer=1.0
    189190
     191# Uncomment this option if you wish to build with gtk+-3
     192ac_add_options --enable-default-toolkit=cairo-gtk3
     193
    190194# Uncomment these lines if you have installed optional dependencies:
    191195#ac_add_options --enable-system-hunspell
Note: See TracChangeset for help on using the changeset viewer.