Changeset ff00f810


Ignore:
Timestamp:
01/26/2022 10:35:52 PM (2 years ago)
Author:
Ken Moffat <ken@…>
Branches:
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
988edafd
Parents:
535773f
Message:

Qt5: Move kerberos dep to qtwebengine, and make it optional.

It made sense as a dep of Qt5 when we were building webengine as
part of Qt5, but (at least for separate WebEngine, I've
deliberately forgotten the details of building it in Qt5) it
requires a switch to enable it.

Document that switch as an optional command.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r535773f rff00f810  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[ken] - Move kerberos from a recommended dep of Qt5
     49          to an optional dep of QtWebEngine.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[bdubbs] - Update to cmake-3.22.2. Fixes
    4953          <ulink url="&blfs-ticket-root;16009">#16009</ulink>.</para>
  • x/lib/qt5.xml

    r535773f rff00f810  
    112112      <xref linkend="libxkbcommon"/>,
    113113      <xref linkend="mesa"/>,
    114       <xref linkend="mitkrb"/>,
    115114      <xref linkend="mtdev"/>,
    116115      <xref linkend="pcre2"/>,
  • x/lib/qtwebengine.xml

    r535773f rff00f810  
    281281    <para role="optional">
    282282      <xref linkend="libevent"/>,
     283      <xref linkend="mitkrb"/>,
    283284      <xref linkend="pipewire"/>,
    284285      <xref linkend="poppler"/>,
     
    471472      a little space in the build, but the build time will increase by a very
    472473      large amount.
     474    </para>
     475
     476    <para>
     477      <option>-webengine-kerberos</option>: Add this if you have installed <xref
     478      linkend="mitkrb"/> and wish to connect from a browser using QtWebEngine
     479      to a webserver which requires you to connect via kerberos.
    473480    </para>
    474481
Note: See TracChangeset for help on using the changeset viewer.