Ignore:
Timestamp:
02/11/2019 07:06:55 AM (5 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
cbb3299
Parents:
cb70cce0
Message:

Firefox: Remove system libvpx, it does not build against 1.8.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    rcb70cce0 re48053bd  
    160160      <xref linkend="icu"/>,
    161161      <xref linkend="libevent"/>,
    162       <xref linkend="libvpx"/>,
     162<!-- fails to build in 65.0 (headers changed)
     163      <xref linkend="libvpx"/>, -->
    163164      <xref linkend="libwebp"/>, and
    164165      <xref linkend="sqlite"/>
     
    248249ac_add_options --enable-system-sqlite
    249250ac_add_options --with-system-libevent
    250 ac_add_options --with-system-libvpx
     251# current firefox fails to build against libvpx-1.8.0
     252#ac_add_options --with-system-libvpx
    251253# firefox-65 understands webp and ships with an included copy
    252254ac_add_options --with-system-webp
Note: See TracChangeset for help on using the changeset viewer.