Changeset 7830c481 for x/lib/qt5.xml


Ignore:
Timestamp:
10/13/2016 02:36:45 PM (8 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
c33c599
Parents:
0b7a940
Message:

Another set of option vs parameter fixes

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt5.xml

    r0b7a940 r7830c481  
    104104      <xref linkend="glib2"/>,
    105105      <xref linkend="gst10-plugins-base"/> (QtMultimedia backend),
     106      <xref linkend="harfbuzz"/>,
    106107      <xref linkend="icu"/>,
    107108      <xref linkend="jasper"/>,
     
    129130    <para role="optional">
    130131      <xref linkend="bluez"/> (runtime, used by QtConnectivity module),
    131       <xref linkend="harfbuzz"/>,
    132132      <phrase revision="systemd"><xref linkend="ibus"/></phrase>
    133133      <xref linkend="libinput"/>, <!-- needs -libinput switch -->
     
    258258            -nomake examples           \
    259259            -no-rpath                  \
    260             -optimized-qmake           \
    261260            -skip qtwebengine          &amp;&amp;
    262261make</userinput></screen>
     
    403402      version of <application>Qt</application>.
    404403    </para>
    405 
     404<!-- default as of QT-5.7:
    406405    <para>
    407406      <parameter>-release</parameter>: This switch disables
    408407      building with debugging symbols.
    409     </para>
     408    </para>-->
    410409
    411410    <para>
     
    420419      of the system version of <application>SQLite</application>.
    421420    </para>
    422 
     421<!-- Tested during configure, and not built if not found:
    423422    <para>
    424423      <parameter>-no-nis</parameter>: This switch disables support
    425424      for Network Information Service (NIS) which has been
    426425      removed from recent versions of <application>Glibc</application>.
    427     </para>
     426    </para>-->
    428427
    429428    <para>
     
    449448
    450449    <para>
    451       <option>-system-harfbuzz</option>: This switch enables use
     450      <parameter>-system-harfbuzz</parameter>: This switch enables use
    452451      of the system version of <application>Harfbuzz</application>
    453452      which fixes some font rendering issues in
Note: See TracChangeset for help on using the changeset viewer.