Changeset 2234c90


Ignore:
Timestamp:
01/08/2019 06:29:26 PM (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, bdubbs/svn, 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:
d251e11
Parents:
bd1208b5
Message:

QtWebEngine: fix the syntax error in qmake that I added on 29th December.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rbd1208b5 r2234c90  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[ken] - Correct my syntax error in the qmake command
     49          of qtwebengine-5.12.0.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[bdubbs] - Update to krb5-1.16.3. Fixes
    4953          <ulink url="&blfs-ticket-root;11527">#11527</ulink>.</para>
  • x/lib/qtwebengine.xml

    rbd1208b5 r2234c90  
    167167cd    build &amp;&amp;
    168168
    169 qmake -- -system-ffmpeg -webengine-icu .. &amp;&amp;
     169qmake .. -- -system-ffmpeg -webengine-icu &amp;&amp;
    170170make</userinput></screen>
    171171<!--
     
    212212
    213213    <para>
    214       <command>-- -system-ffmpeg -webengine-icu ..</command>: If any options are
    215       passed to qmake ithey must come after '--' and before the '..' which points
     214      <command>-- -system-ffmpeg -webengine-icu</command>: If any options are
     215      passed to qmake ithey must come after '--' which must follow '..' that points
    216216      to the main directory. The options here cause it to use system ffmpeg and
    217217      system icu.  If built as part of full Qt5, the system icu is automatically
Note: See TracChangeset for help on using the changeset viewer.