Ignore:
Timestamp:
10/21/2015 05:05:21 PM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
b78e9bc
Parents:
4ee2fcb
Message:

Fix issues in mozilla apps with freetype-2.6.1 and gconf dependencies.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    r4ee2fcb r89cdb63d  
    172172ac_add_options --disable-necko-wifi
    173173
    174 # If you have installed GConf, comment out this line
    175 ac_add_options --disable-gconf
    176 
    177174# GStreamer is necessary for H.264 video playback in HTML5 Video Player;
    178175# to be enabled, also remember to set "media.gstreamer.enabled" to "true"
     
    188185# Comment out following option if you have PulseAudio installed
    189186ac_add_options --disable-pulseaudio
    190 <!-- Does not work uncommented
    191 # If you have not installed Yasm then uncomment this line:
    192 #ac_add_options - -disable-webm
    193 -->
     187
     188# If you have installed GConf, comment out this line
     189ac_add_options --disable-gconf
     190
    194191# Comment out following options if you have not installed
    195192# recommended dependencies:
     
    235232
    236233    <para>
     234      First, fix building with system freetype-2.6.1 or later:
     235    </para>
     236
     237<screen><userinput>sed -i '/^freetype\/ftcache.h/a freetype\/ftfntfmt.h' config/system-headers</userinput></screen>
     238
     239    <para>
    237240      Compile <application>Firefox</application> by issuing the following
    238241      commands:
     
    256259
    257260<screen role="root"><userinput>make -f client.mk install INSTALL_SDK= &amp;&amp;
    258 
    259 chown -R 0:0 /usr/lib/firefox-&firefox-version;     &amp;&amp;
     261chown -R 0:0 /usr/lib/firefox-&firefox-version;   &amp;&amp;
    260262
    261263mkdir -pv    /usr/lib/mozilla/plugins  &amp;&amp;
    262 ln    -sfv   ../../mozilla/plugins \
    263              /usr/lib/firefox-&firefox-version;/browser</userinput></screen>
     264ln    -sfv   ../../mozilla/plugins /usr/lib/firefox-&firefox-version;/browser</userinput></screen>
    264265
    265266  </sect2>
Note: See TracChangeset for help on using the changeset viewer.