Changeset 443f05a


Ignore:
Timestamp:
08/31/2020 11:59:24 AM (4 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
c959ef9
Parents:
5e8e96d1
Message:

Highlight more clang dependencies:

Libreoffice now defaults to using it for skia, offer option to disable that.
Thunderbird in its current mozconfig needs clang, not just llvm.

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

Location:
xsoft
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/libreoffice.xml

    r5e8e96d1 r443f05a  
    212212      <xref linkend="libepoxy"/>,
    213213      <xref linkend="libjpeg"/>,
     214      clang from <xref linkend="llvm"/> (for rendering with skia),
    214215      <xref linkend="glm"/>,
    215216      <xref linkend="glu"/>,
     
    677678
    678679    <para>
     680      <option>--disable-ski</option>: Use <xref linkend="cairo"/> for rendering
     681      instead of skia.
     682    </para>
     683
     684    <para>
    679685      <option>--enable-gtk3-kde5</option>: This switch allows the Visual Class
    680686      Library, which is responsible for widgets, to be built with KF5 file
  • xsoft/other/thunderbird.xml

    r5e8e96d1 r443f05a  
    8484      both <xref linkend="gtk3"/>
    8585      and <xref linkend="gtk2"/>,
    86       <xref linkend="llvm"/>, <!-- Searched for and used a few times -->
     86      <xref linkend="llvm"/> including clang, <!-- Searched for and used a few times -->
    8787      <xref linkend="nodejs"/>,
    8888      <xref linkend="pulseaudio"/> (or <xref linkend="alsa-lib"/> if you edit
Note: See TracChangeset for help on using the changeset viewer.