Changeset 6bcedc93


Ignore:
Timestamp:
06/09/2021 06:15:39 PM (3 years ago)
Author:
Ken Moffat <ken@…>
Branches:
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:
c4983db
Parents:
aea82bb2
Message:

Poppler: recommend boost.

Without it, even on a system without Qt5 cmake stops:

-- Could NOT find Boost (missing: Boost_INCLUDE_DIR) (Required is at least version "1.58.0")
CMake Error at CMakeLists.txt:193 (message):

-- Boost recommended for Splash. Use ENABLE_BOOST=OFF to skip.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/poppler.xml

    raea82bb2 r6bcedc93  
    129129    <bridgehead renderas="sect4">Recommended</bridgehead>
    130130    <para role="recommended">
     131      <xref linkend="boost"/>,
    131132      <xref linkend="cairo"/>,
    132133      <xref linkend="lcms2"/>,
     
    139140    <bridgehead renderas="sect4">Optional</bridgehead>
    140141    <para role="optional">
    141       <xref linkend="boost"/>,
    142142      <xref linkend="curl"/>,
    143143      <xref linkend="gdk-pixbuf"/>,
     
    254254      GTK-Doc and Pygments is installed and you wish to rebuild and install
    255255      the API documentation.
     256    </para>
     257
     258    <para>
     259      <option>-DENABLE_BOOST=OFF</option>: Use this parameter if you have
     260      not installed <application>boost</application> (the Splash backend for
     261      Qt5 recommends boost).
    256262    </para>
    257263
  • introduction/welcome/changelog.xml

    raea82bb2 r6bcedc93  
    4444
    4545    <listitem>
     46      <para>June 9th, 2021</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[ken] - For poppler, promote boost to recommended.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4655      <para>June 8th, 2021</para>
    4756      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.