Changeset d525da9c


Ignore:
Timestamp:
10/06/2015 06:49:25 PM (9 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:
87d69b53
Parents:
70a3366
Message:

firefox-41.0 : add missing references to GConf

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r70a3366 rd525da9c  
    4848      <para>October 6th, 2015</para>
    4949      <itemizedlist>
     50       <listitem>
     51          <para>[ken] - In firefox-41.0 add option to disable gconf,
     52          which I forgot to include when I updated the book to 41.0
     53          last month. Thanks to Pierre for noticing. Hopefully, this
     54          really fixes
     55          <ulink url="&blfs-ticket-root;6971">#6971</ulink>.</para>
     56       </listitem>
    5057       <listitem>
    5158          <para>[igor] - Update to mesa-11.0.2. Fixes
  • xsoft/graphweb/firefox.xml

    r70a3366 rd525da9c  
    122122      <xref linkend="dbus-glib"/>,
    123123      <xref linkend="doxygen"/>,
     124      <xref linkend="GConf"/>,
    124125      <xref linkend="gst10-plugins-base"/> (with
    125126      <xref linkend="gst10-plugins-good"/> and
     
    171172ac_add_options --disable-necko-wifi
    172173
     174# If you have installed GConf, comment out this line
     175ac_add_options --disable-gconf
     176
    173177# If you have installed libnotify comment out this line:
    174178ac_add_options --disable-libnotify
Note: See TracChangeset for help on using the changeset viewer.