Changeset 7830c481 for kde


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

Location:
kde
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • kde/libdbusmenuqt.xml

    r0b7a940 r7830c481  
    107107    <title>Command Explanations</title>
    108108
    109     <para><option>-DCMAKE_BUILD_TYPE=Release</option>: This switch is used to
    110     build without debugging symbols and apply a higher level of compiler
    111     optimizations.</para>
    112 <!--
    113     <para><option>-DUSE_QT4=TRUE</option>: This switch is used to ensure that
    114     Qt4 version of the library is built even if Qt5 is present.</para>
    115 -->
    116     <para><option>-DWITH_DOC=OFF</option>: This option is set to avoid building
    117     the API documentation. Omit it if you have <application>doxygen</application>
    118     installed and want the documentation.</para>
     109    <para><parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is
     110    used to build without debugging symbols and apply a higher level of
     111    compiler optimizations.</para>
     112
     113    <para><parameter>-DWITH_DOC=OFF</parameter>: This option is set to avoid
     114    building the API documentation. Omit it if you have
     115    <application>doxygen</application> installed and want the
     116    documentation.</para>
    119117
    120118  </sect2>
  • kde/phonon-backend-gstreamer.xml

    r0b7a940 r7830c481  
    109109    <title>Command Explanations</title>
    110110
    111     <para><option>-DCMAKE_BUILD_TYPE=Release</option>: This switch is used to
    112     apply higher level of compiler optimizations.</para>
     111    <para><parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is
     112    used to apply higher level of compiler optimizations.</para>
    113113
    114     <para><option>-DCMAKE_INSTALL_LIBDIR=lib</option>: This switch is used to
    115      get libraries to install to /usr/lib instead of /usr/lib64 on a 64 bit
    116     system.</para>
     114    <para><parameter>-DCMAKE_INSTALL_LIBDIR=lib</parameter>: This switch is
     115    used to get libraries to install to /usr/lib instead of /usr/lib64 on a
     116    64 bit system.</para>
    117117
    118     <para><option>-DPHONON_BUILD_PHONON4QT5=ON</option>: This switch is used to
    119     ensure that Qt5 version of the backend is built even if Qt4 is present.</para>
     118    <para><parameter>-DPHONON_BUILD_PHONON4QT5=ON</parameter>: This switch is
     119    used to ensure that Qt5 version of the backend is built even if Qt4 is
     120    present.</para>
    120121
    121122  </sect2>
  • kde/phonon-backend-vlc.xml

    r0b7a940 r7830c481  
    102102    <title>Command Explanations</title>
    103103
    104     <para><option>-DCMAKE_BUILD_TYPE=Release</option>: This switch is used to apply
    105     higher level of compiler optimizations.</para>
     104    <para><parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is
     105    used to apply higher level of compiler optimizations.</para>
    106106
    107     <para><option>-DCMAKE_INSTALL_LIBDIR=lib</option>: This switch is used to
    108      get libraries to install to /usr/lib instead of /usr/lib64 on a 64 bit
    109     system.</para>
     107    <para><parameter>-DCMAKE_INSTALL_LIBDIR=lib</parameter>: This switch is
     108    used to get libraries to install to /usr/lib instead of /usr/lib64 on a
     109    64 bit system.</para>
    110110
    111     <para><option>-DPHONON_BUILD_PHONON4QT5=ON</option>: This switch is used to
    112     ensure that Qt5 version of the backend is built even if Qt4 is present.</para>
     111    <para><parameter>-DPHONON_BUILD_PHONON4QT5=ON</parameter>: This switch is
     112    used to ensure that Qt5 version of the backend is built even if Qt4 is
     113    present.</para>
    113114
    114115  </sect2>
Note: See TracChangeset for help on using the changeset viewer.