Changeset 875b3b57 for x


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

Location:
x
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.