Changeset 875b3b57


Ignore:
Timestamp:
12/08/2023 09:05:39 PM (6 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
4320a44
Parents:
99eb823a
git-author:
Pierre Labastie <pierre.labastie@…> (12/08/2023 09:03:47 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (12/08/2023 09:05:39 PM)
Message:

Fix various option vs parameter problems

Sometimes there is no really a problem, but alos avoids that
automatic detection with "make test-options" return false positives

Files:
50 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/apr-util.xml

    r99eb823a r875b3b57  
    131131
    132132    <para>
    133       <parameter>--with-openssl=/usr --with-crypto</parameter>: These
     133      <parameter>--with-openssl=/usr</parameter>
     134      <parameter>--with-crypto</parameter>: These
    134135      switches enable the
    135136      <filename class="libraryfile">apr_crypto_openssl-1.so</filename>
  • general/genlib/boost.xml

    r99eb823a r875b3b57  
    169169
    170170    <para>
    171       <parameter>sed -i '/#include ...</parameter>: This removes the inclusion
     171      <command>sed -i '/#include ...</command>: This removes the inclusion
    172172      of <filename>boost/phoenix/stl/tuple.hpp</filename> from this header-only
    173173      library, allowing applications which use it to link using recent C++.
    174       <!-- FIXME: remove before 11.3 is we still use 1.81.0 and LO-7.4,
    175       this alternative is only for people working through the development book.-->
    176       An alternative is to edit
    177       <filename>/usr/include/boost/phoenix/stl.hpp</filename> if this version of
    178       boost has already been installed without this <command>sed</command>.
    179174    </para>
    180175
  • general/genlib/brotli.xml

    r99eb823a r875b3b57  
    157157      <application>Python3</application> binding instead.
    158158    </para>
    159 
    160     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    161       href="../../xincludes/static-libraries.xml"/>
    162159
    163160  </sect2>
  • general/genlib/fftw.xml

    r99eb823a r875b3b57  
    158158
    159159      <para>
    160         <parameter>--enable-shared --disable-static</parameter>: Use shared
     160        <parameter>--enable-shared</parameter>
     161        <parameter>--disable-static</parameter>: Use shared
    161162        libs instead of static libs.
    162163      </para>
     
    200201        without AVX512F.  Use this option if the FFTW build will be used on
    201202        a CPU with AVX512F.  This option is not compatible with
    202         <option>--enable-long-double</option>.
     203        <parameter>--enable-long-double</parameter>.
    203204      </para>
    204205  </sect2>
  • general/genlib/libblockdev.xml

    r99eb823a r875b3b57  
    154154
    155155    <para>
    156       <parameter>--without-lvm --without-lvm_dbus
    157       --without-tools</parameter>: The combination of these switches allows
     156      <parameter>--without-lvm</parameter>
     157      <parameter>--without-lvm_dbus</parameter>
     158      <parameter>--without-tools</parameter>: The combination of these
     159      switches allows
    158160      building <application>libblockdev</application> without
    159161      <xref linkend="parted"/> installed.  Remove it if you've installed
  • general/genlib/libpaper.xml

    r99eb823a r875b3b57  
    103103
    104104    <para>
    105       <option>--enable-relocatable</option>:
    106       This option is needed to run the tests.
     105      <parameter>--enable-relocatable</parameter>:
     106      This switch is needed to run the tests.
    107107    </para>
    108108
  • general/genlib/libxmlb.xml

    r99eb823a r875b3b57  
    127127     user enable it if they want the documentation. -renodr -->
    128128    <para>
    129       <parameter>-Dgtkdoc=true</parameter>: This switch disables building the
     129      <parameter>-Dgtkdoc=false</parameter>: This switch disables building the
    130130      API documentation. Remove it if you have
    131131      <xref linkend="gtk-doc" role="nodep"/> installed and wish to build the
  • general/genlib/log4cplus.xml

    r99eb823a r875b3b57  
    105105
    106106    <para>
    107       <parameter>--with-qt5</parameter>: This option enables
     107      <option>--with-qt5</option>: This option enables
    108108      compilation of a separate shared library (liblog4cplusqt5debugappender)
    109109      that implements Qt5DebugAppender. It requires Qt5 and pkg-config
  • general/genlib/nspr.xml

    r99eb823a r875b3b57  
    127127
    128128    <para>
    129       <parameter>$([ $(uname -m) = x86_64 ] &amp;&amp; echo
    130       --enable-64bit)</parameter>: The --enable-64bit parameter is
     129      <parameter>--enable-64bit</parameter>: The --enable-64bit parameter is
    131130      <emphasis>required</emphasis> on an x86_64 system to prevent
    132131      <command>configure</command> failing with a claim that this is a system
  • general/genutils/bogofilter.xml

    r99eb823a r875b3b57  
    133133
    134134    <para>
    135       <option>--with-database=sqlite3</option>: This switch make Bogofilter
    136       use <xref linkend='sqlite'/> as the database, instead of Berkeley
    137       DB<!-- which is beyond the scope of BLFS (slated for removal)-->.
    138     </para>
    139 
    140     <para>
    141       <option>--with-database=</option>: This switch also allows to use
    142       lmdb, qdbm, or tokyocabinet as the database.
     135      <parameter>--with-database=sqlite3</parameter>: This switch makes
     136      Bogofilter use <xref linkend='sqlite'/> as the database, instead of
     137      Berkeley DB<!-- which is beyond the scope of BLFS (slated for removal)-->.
     138    </para>
     139
     140    <para>
     141      <option>--with-database={lmdb,qdbm,tokyocabinet}</option>: This switch
     142      also allows to use lmdb, qdbm, or tokyocabinet as the database.
    143143    </para>
    144144
  • general/genutils/highlight.xml

    r99eb823a r875b3b57  
    105105    </para>
    106106
    107 <screen><userinput>make doc_dir=/usr/share/doc/highlight-&highlight-version;/ gui</userinput></screen>
     107<screen role="nodump"><userinput>make doc_dir=/usr/share/doc/highlight-&highlight-version;/ gui</userinput></screen>
    108108<!--
    109109    <para>
     
    130130    </para>
    131131
    132 <screen role="root"><userinput>make install-gui</userinput></screen>
     132<screen role="nodump"><userinput>make install-gui</userinput></screen>
    133133<!--
    134134    <para>
  • general/prog/subversion.xml

    r99eb823a r875b3b57  
    301301
    302302    <para>
    303       <parameter>--with-lz4=internal, --with-utf8proc=internal</parameter>:
     303      <parameter>--with-lz4=internal</parameter>
     304      <parameter>--with-utf8proc=internal</parameter>:
    304305      Remove these switches if you have installed the optional dependencies.
    305306    </para>
  • general/prog/tk.xml

    r99eb823a r875b3b57  
    138138
    139139    <para>
    140       <parameter>$([ $(uname -m) = x86_64 ] &amp;&amp; echo
    141       --enable-64bit)</parameter>: This switch is used to enable 64 bit
    142       support in <application>Tk</application> on 64 bit operating
     140      <parameter>--enable-64bit</parameter>: This switch is used to enable
     141      64 bit support in <application>Tk</application> on 64 bit operating
    143142      systems.
    144143    </para>
  • general/sysutils/dbus.xml

    r99eb823a r875b3b57  
    332332      switches disable installation of systemd units on elogind based systems.
    333333    </para>
    334 
    335     <para>
    336       <parameter>--with-system-pid-file=/run/dbus/pid</parameter>: This
     334<!-- not in instructions anymore
     335    <para>
     336      <parameter>- -with-system-pid-file=/run/dbus/pid</parameter>: This
    337337      parameter specifies the location of the PID file.
    338338    </para>
    339 
     339-->
    340340    <para>
    341341      <parameter>--with-system-socket=/run/dbus/system_bus_socket</parameter>:
  • general/sysutils/zip.xml

    r99eb823a r875b3b57  
    101101      <filename class='directory'>/usr/local</filename> in the
    102102      <filename>unix/Makefile</filename>.
    103       Alternatives to <option>generic_gcc</option> can be seen with a
     103      Alternatives to <parameter>generic_gcc</parameter> can be seen with a
    104104      <command>make -f unix/Makefile list</command> command.
    105105    </para>
  • gnome/applications/evince.xml

    r99eb823a r875b3b57  
    172172
    173173    <para>
    174       <parameter>CPPFLAGS+=" -I/opt/texlive/..."</parameter>:
     174      <parameter>CPPFLAGS+=" -I/opt/texlive/&texlive-year;/include"</parameter>:
    175175      Make sure that meson can find libkpathsea headers from TeXLive if it
    176176      is installed. This has no effect on systems without TeXLive installed.
  • gnome/platform/gcr.xml

    r99eb823a r875b3b57  
    139139    </para>
    140140
    141 <screen role='nodump'><userinput>sed -e "/install_dir/s@,\$@ / 'gcr-&gcr-version;'&amp;@" \
     141<screen remap='doc'><userinput>sed -e "/install_dir/s@,\$@ / 'gcr-&gcr-version;'&amp;@" \
    142142    -e "/fatal-warnings/d"                    \
    143143    -i ../docs/*/meson.build                  &amp;&amp;
  • gnome/platform/gcr4.xml

    r99eb823a r875b3b57  
    126126    </para>
    127127
    128 <screen role='nodump'><userinput>sed -e "/install_dir/s@,\$@ / 'gcr-&gcr4-version;'&amp;@" \
     128<screen remap='doc'><userinput>sed -e "/install_dir/s@,\$@ / 'gcr-&gcr4-version;'&amp;@" \
    129129    -e "/fatal-warnings/d"                   \
    130130    -i ../docs/*/meson.build                 &amp;&amp;
  • gnome/platform/gvfs.xml

    r99eb823a r875b3b57  
    204204
    205205    <para revision="sysv">
    206       <parameter>-Dtmpfilesdir=no -Dsystemduserunitdir=no</parameter>: These
     206      <parameter>-Dtmpfilesdir=no</parameter>
     207      <parameter>-Dsystemduserunitdir=no</parameter>: These
    207208      switches provide systemd directory locations. Setting them to
    208209      <quote>no</quote> disables the dependency on systemd and logind.
  • gnome/platform/mutter.xml

    r99eb823a r875b3b57  
    243243      tests but the tests for the shipped <application>Clutter</application>
    244244      library.  The <application>Clutter</application> tests are known to
    245       fail with <option>--buildtype=release</option>.
     245      fail with <parameter>--buildtype=release</parameter>.
    246246    </para>
    247247
  • multimedia/libdriv/liba52.xml

    r99eb823a r875b3b57  
    112112
    113113    <para>
    114       <parameter>CFLAGS="-g -O2 ...</parameter>: This sets CFLAGS to -g -O2
     114      <parameter>CFLAGS="${CFLAGS:--g -O2} ...</parameter>: This sets
     115      CFLAGS to -g -O2
    115116      (which is the default) but then on x86_64 adds -fPIC. This is needed to
    116117      compile <application>liba52</application> on x86_64.
  • multimedia/libdriv/pipewire.xml

    r99eb823a r875b3b57  
    158158
    159159    <para>
    160       <parameter>-Dsession-managers=[]</parameter>: This switch
     160      <parameter>-Dsession-managers="[]"</parameter>: This switch
    161161      allows specifying the session managers to build as subprojects.
    162162      We specify an empty list to prevent <command>meson</command> from
  • multimedia/libdriv/x265.xml

    r99eb823a r875b3b57  
    133133
    134134      <para>
    135         <parameter>rm -vf /usr/lib/libx265.a</parameter>: BLFS does not recommend
     135        <command>rm -vf /usr/lib/libx265.a</command>: BLFS does not recommend
    136136        using static libraries.
    137137      </para>
  • multimedia/videoutils/ffmpeg.xml

    r99eb823a r875b3b57  
    386386
    387387    <para>
    388       <parameter>--enable-libvorbis --enable-libtheora</parameter>: Enables
     388      <parameter>--enable-libvorbis</parameter>
     389      <parameter>--enable-libtheora</parameter>: Enables
    389390      Theora video encoding via <filename
    390391      class="libraryfile">libvorbis</filename> and <filename
     
    393394
    394395    <para>
    395       <parameter>--enable-libvorbis --enable-libvpx</parameter>: Enables WebM
     396      <parameter>--enable-libvorbis</parameter>
     397      <parameter>--enable-libvpx</parameter>: Enables WebM
    396398      encoding via <filename class="libraryfile">libvorbis</filename> and
    397399      <filename class="libraryfile">libvpx</filename>.
  • multimedia/videoutils/mpv.xml

    r99eb823a r875b3b57  
    158158
    159159    <para>
    160       <parameter>-Ddvdnav=enabled</parameter>: enables support for DVD playback.
    161     </para>
    162 
    163     <para>
    164       <parameter>-Dcdda=enabled</parameter>: enables support for CD Audio.
    165     </para>
    166 
    167     <para>
    168       <parameter>-Dsdl2=enabled</parameter>: enables the usage of SDL2 for
     160      <option>-Ddvdnav=enabled</option>: enables support for DVD playback.
     161    </para>
     162
     163    <para>
     164      <option>-Dcdda=enabled</option>: enables support for CD Audio.
     165    </para>
     166
     167    <para>
     168      <option>-Dsdl2=enabled</option>: enables the usage of SDL2 for
    169169      audio and video output.
    170170    </para>
  • networking/mailnews/mutt.xml

    r99eb823a r875b3b57  
    250250
    251251    <para>
    252       <parameter>sed ... -e 's/ -with_backspaces//' ...</parameter>: This turns
     252      <command>sed ... -e 's/ -with_backspaces//' ...</command>: This turns
    253253      off the backspaces used for overstriking when <application>lynx</application>
    254254      is used, resulting in readable plain text when using <command>view</command>.
     
    256256
    257257    <para>
    258       <parameter>sed ... -e 's/elinks/links/' ...</parameter>: This allows
     258      <command>sed ... -e 's/elinks/links/' ...</command>: This allows
    259259      <command>links</command> to be run instead of <command>elinks</command>
    260260      which is not in the book.
     
    262262
    263263    <para>
    264       <parameter>sed ... -e 's/-no-numbering -no-references//' ...</parameter>:
     264      <command>sed ... -e 's/-no-numbering -no-references//' ...</command>:
    265265      This removes switches which are not understood by <command>links</command>.
    266266    </para>
  • networking/netprogs/samba.xml

    r99eb823a r875b3b57  
    284284
    285285    <para revision="sysv">
    286       <parameter>--with-shared-modules='!vfs_snapper'</parameter>: Disable
     286      <option>--with-shared-modules='!vfs_snapper'</option>: Disable
    287287      the vfs_snapper module if you want to build samba without <application>dbus</application> support, for setups without graphical user intefaces.
    288288    </para>
  • networking/netutils/avahi.xml

    r99eb823a r875b3b57  
    250250
    251251    <para>
    252       <parameter>--with-dbus-system-address=...</parameter>: This option
     252      <parameter>--with-dbus-system-address=</parameter>: This option
    253253      prevents the package from referring to the deprecated
    254254      <filename class='directory'>/var/run</filename> directory.
  • networking/netutils/networkmanager.xml

    r99eb823a r875b3b57  
    325325      program for session tracking.
    326326    </para>
    327 
     327<!-- not in instrucitons anymore
    328328    <para revision="systemd">
    329329      <parameter>-Dsystemdsystemunitdir=/lib/systemd/system</parameter>:
     
    331331      systemd units.
    332332    </para>
    333 
     333-->
    334334    <para>
    335335      <parameter>-Dppp=false</parameter>: This switch disables
  • postlfs/editors/vim.xml

    r99eb823a r875b3b57  
    259259      These options include the Lua, Perl, Python3, Tcl, or Ruby interpreters
    260260      that allow using other application code in <application>vim</application>
    261       scripts. All the <option>--enable-...</option> options can accept
     261      scripts. All the <option>--enable-*</option> options can accept
    262262      <option>=dynamic</option> to dynamically load the interpreter when
    263263      needed. This is required for <application>Python 3</application> to
  • postlfs/filesystems/mdadm.xml

    r99eb823a r875b3b57  
    171171      This needs to be manually installed.
    172172    </para>
    173 
    174     <para>
    175       <parameter>--keep-going</parameter>: Run the tests to the end, even if one
     173<!-- Tests are not run anymore
     174    <para>
     175      <parameter>- -keep-going</parameter>: Run the tests to the end, even if one
    176176      or more tests fail.
    177177    </para>
    178178
    179179    <para>
    180       <parameter>--logdir=test-logs</parameter>: Defines the directory
     180      <parameter>- -logdir=test-logs</parameter>: Defines the directory
    181181      where test logs are saved.
    182182    </para>
    183183
    184184    <para>
    185       <parameter>--save-logs</parameter>:
     185      <parameter>- -save-logs</parameter>:
    186186      Instructs the test suite to save the logs.
    187187    </para>
    188188
    189189    <para>
    190       <option>--tests=<replaceable>&lt;test1,test2,...&gt;</replaceable></option>:
     190      <option>- -tests=<replaceable>&lt;test1,test2,...&gt;</replaceable></option>:
    191191      Optional comma separated list of tests to be executed
    192192      (all tests, if this option is not passed).
    193193    </para>
    194 
     194-->
    195195  </sect2>
    196196
  • postlfs/filesystems/xfsprogs.xml

    r99eb823a r875b3b57  
    138138
    139139    <para>
    140       <command>make DEBUG=-DNDEBUG</command>: Turns off debugging
     140      <parameter>DEBUG=-DNDEBUG</parameter>: Turns off debugging
    141141      symbols.
    142142    </para>
    143143
    144144    <para>
    145       <parameter>INSTALL_USER=root INSTALL_GROUP=root</parameter>: This
     145      <parameter>INSTALL_USER=root</parameter>
     146      <parameter>INSTALL_GROUP=root</parameter>: This
    146147      sets the owner and group of the installed files.
    147148    </para>
  • postlfs/security/cracklib.xml

    r99eb823a r875b3b57  
    209209
    210210    <para>
    211       <parameter>--with-default-dict=/lib/cracklib/pw_dict</parameter>:
     211      <parameter>--with-default-dict=/usr/lib/cracklib/pw_dict</parameter>:
    212212      This parameter forces the installation of the
    213213      <application>CrackLib</application> dictionary to the
  • postlfs/security/openssh.xml

    r99eb823a r875b3b57  
    253253      <filename class="directory">/var/run</filename>.
    254254    </para>
    255 
    256     <para>
    257       <parameter>--without-zlib-version-check</parameter>: This prevents
     255<!--
     256    <para>
     257      <parameter>- -without-zlib-version-check</parameter>: This prevents
    258258      <application>OpenSSH</application> from checking the version of
    259259      the system <application>Zlib</application>.  We need to use this
     
    262262      reject it.
    263263    </para>
    264 
     264-->
    265265    <para>
    266266      <option>--with-pam</option>: This parameter enables
  • postlfs/security/tripwire.xml

    r99eb823a r875b3b57  
    169169
    170170    <para>
    171       <option>CPPFLAGS=-std=c++11</option>: Setting the C++ preprocessor
     171      <parameter>CPPFLAGS=-std=c++11</parameter>: Setting the C++ preprocessor
    172172      flags to version 11 is necessary to prevent a conflict with the
    173173      default version which is c++17 in recent version of gcc.
  • postlfs/virtualization/qemu.xml

    r99eb823a r875b3b57  
    316316
    317317    <para>
    318       <parameter>--audio-drv-list=alsa --disable-pa</parameter>: This switch
     318      <parameter>--audio-drv-list=alsa</parameter>: This switch
    319319      sets the audio driver to ALSA. See below for enabling other audio drivers.
     320    </para>
     321
     322    <para>
     323      <parameter>--disable-pa</parameter>: even if <emphasis>pa</emphasis> is
     324      not in <parameter>--audio-drv-list</parameter> list, the pulseaudio
     325      driver is built, unless disabled by this parameter.
    320326    </para>
    321327
  • pst/sgml/docbook-utils.xml

    r99eb823a r875b3b57  
    167167
    168168    <para>
    169       <option>docdir=/usr/share/doc</option>: This option is placed on the
     169      <parameter>docdir=/usr/share/doc</parameter>: This option is placed on the
    170170      <command>make install</command> line because it is not
    171171      recognized by <command>configure</command>.
  • pst/typesetting/asymptote.xml

    r99eb823a r875b3b57  
    197197
    198198    <para>
    199       <parameter>--libdir=$TEXLIVE_PREFIX/texmf-dist;</parameter>:
     199      <parameter>--libdir=$TEXLIVE_PREFIX/texmf-dist</parameter>:
    200200      This parameter ensures that the <filename
    201201      class="directory">asymptote</filename> directory will similarly
     
    216216
    217217    <para>
    218       <parameter>--with-latex= ... --with-context=</parameter>: These switches
     218      <parameter>--with-latex=</parameter>
     219      <parameter>--with-context=</parameter>: These switches
    219220      ensure that style files and a tex file will be installed into the
    220221      <application>texlive</application> directories instead of creating a
  • server/databases/sqlite.xml

    r99eb823a r875b3b57  
    167167
    168168    <para>
    169       <parameter>CPPFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA=1
    170       -DSQLITE_ENABLE_UNLOCK_NOTIFY=1
    171       -DSQLITE_ENABLE_DBSTAT_VTAB=1
    172       -DSQLITE_SECURE_DELETE=1
    173       -DSQLITE_ENABLE_FTS3_TOKENIZER=1"</parameter>: Applications such as
     169      <parameter>CPPFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA=1 ... </parameter>:
     170      Applications such as
    174171      <application>SeaMonkey</application> require these options
    175172      to be turned on.
  • server/mail/exim.xml

    r99eb823a r875b3b57  
    225225      class="username">exim</systemitem> user.
    226226    </para>
    227 
    228     <para>
    229       <parameter>SUPPORT_TLS=yes</parameter>: This allows to support
     227    <!-- obsolete: now default
     228    <para>
     229      <option>SUPPORT_TLS=yes</option>: This allows to support
    230230      STARTTLS connections. If you use this option, you need to select
    231231      whether <application>OpenSSL</application> or
     
    233233      <filename>src/EDITME</filename>).
    234234    </para>
    235 
    236     <para>
    237       <parameter>USE_OPENSSL_PC=openssl</parameter>: This tells the
     235    -->
     236    <para>
     237      <parameter>USE_OPENSSL</parameter>: uncommenting
     238      <option>USE_OPENSSL=yes</option> and <option>USE_OPNSSL_PC=yes</option>
     239      tells the
    238240      build system to use <application>OpenSSL</application>, and to
    239241      find the needed libraries with <application>pkg-config</application>.
     
    241243
    242244    <para>
    243       <parameter>#EXIM_MONITOR</parameter>: This defers building the
    244       <application>Exim</application> monitor program, as it requires
    245       <application>X Window System</application> support, by commenting out the
    246       <parameter>EXIM_MONITOR</parameter> line in the
    247       <filename>Makefile</filename>. If you wish to build the monitor program,
    248       omit this <command>sed</command> command and issue the following command
    249       before building the package (modify
    250       <filename>Local/eximon.conf</filename>, if necessary):
    251       <command>cp exim_monitor/EDITME Local/eximon.conf</command>.
     245      Uncomment <option>EXIM_MONITOR</option>: This allows building the
     246      <application>Exim</application> monitor program, which requires
     247      <application>X Window System</application> support, and is commented out
     248      by default.
    252249    </para>
    253250
  • server/other/openldap.xml

    r99eb823a r875b3b57  
    223223
    224224    <para>
    225       <parameter>--enable-versioning</parameter>: This switch enables
     225      <parameter>--disable-versioning</parameter>: This switch disables
    226226      symbol versioning in the <application>OpenLDAP</application> libraries.
    227       Without this, some applications might generate a warning about missing symbol versions.
     227      <!-- obsolete?
     228      Without this, some applications might generate a warning about missing
     229      symbol versions.-->
    228230    </para>
    229231
  • x/dm/sddm.xml

    r99eb823a r875b3b57  
    194194
    195195    <para>
    196       <option>-DBUILD_MAN_PAGES=ON</option>: This switch is used to build
     196      <parameter>-DBUILD_MAN_PAGES=ON</parameter>: This switch is used to build
    197197      and install man pages.
    198198    </para>
  • x/installing/mesa.xml

    r99eb823a r875b3b57  
    378378
    379379    <para>
    380       <parameter>-Dplatforms="..."</parameter>: This parameter
     380      <parameter>-Dplatforms=...</parameter>: This parameter
    381381      controls which windowing systems will be supported. Available
    382382      linux platforms are x11 and wayland.
  • x/lib/colord-gtk.xml

    r99eb823a r875b3b57  
    147147
    148148    <para>
    149       <parameter>-Dgtk2=true</parameter>: This switch enables building
    150       the GTK+-2 bindings for colord. However since gtk2 is deprecated
    151       it is not recommended to build these bindings.
    152     </para>
    153 
    154     <para>
    155149      <parameter>-Dgtk4=true</parameter>: This switch enables building
    156150      the GTK-4 bindings for colord. Set this option to 'false' if you
     
    168162      the manual pages for this package. Remove this switch if you have
    169163      namespaced versions of the Docbook XSL stylesheets installed.
     164    </para>
     165
     166    <para>
     167      <option>-Dgtk2=true</option>: This switch enables building
     168      the GTK+-2 bindings for colord. However since gtk2 is deprecated
     169      it is not recommended to build these bindings.
    170170    </para>
    171171
  • x/lib/imlib2.xml

    r99eb823a r875b3b57  
    133133
    134134    <para>
    135       <parameter>--enable-doc-build</parameter>: This switch generates
     135      <option>--enable-doc-build</option>: This switch generates
    136136      the API documentation.  <xref linkend="doxygen"/> must be installed.
    137137    </para>
  • x/lib/qt5-alternate.xml

    r99eb823a r875b3b57  
    451451
    452452    <para>
    453       <parameter>-dbus-linked -openssl-linked</parameter>: These
     453      <parameter>-dbus-linked</parameter>
     454      <parameter>-openssl-linked</parameter>: These
    454455      switches enable explicit linking of the
    455456      <application>D-Bus</application> and
  • x/lib/qt5.xml

    r99eb823a r875b3b57  
    486486
    487487    <para>
    488       <parameter>-dbus-linked -openssl-linked</parameter>: These
     488      <parameter>-dbus-linked</parameter>
     489      <parameter>-openssl-linked</parameter>: These
    489490      switches enable explicit linking of the
    490491      <application>D-Bus</application> and
  • x/lib/qt6.xml

    r99eb823a r875b3b57  
    467467
    468468    <para>
    469       <parameter>-dbus-linked -openssl-linked</parameter>: These
     469      <parameter>-dbus-linked</parameter>
     470      <parameter>-openssl-linked</parameter>: These
    470471      switches enable explicit linking of the
    471472      <application>D-Bus</application> and
  • xincludes/tex-lib.xml

    r99eb823a r875b3b57  
    55
    66<para>
    7   <parameter>--includedir=, --libdir= ...</parameter> : these switches ensure
     7  <parameter>--includedir=</parameter>
     8  <parameter>--libdir=</parameter> : these switches ensure
    89  that the libraries and include files will be within the directories for this
    910  year's texlive.
  • xincludes/tex-system.xml

    r99eb823a r875b3b57  
    55
    66<para>
    7   <parameter>--with-system-...</parameter>: Unless this parameter is used,
     7  <parameter>--with-system-</parameter>...: Unless this parameter is used,
    88  the included versions of these libraries  will be statically compiled
    99  into the programs which need them.  If you decided not to install a
Note: See TracChangeset for help on using the changeset viewer.