Ignore:
Timestamp:
07/17/2024 06:22:38 PM (2 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
cbfa153
Parents:
712aa3c
Message:

Add spaces after -D for several packages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/webkitgtk.xml

    r712aa3c r4304a5f  
    163163cd        build &amp;&amp;
    164164
    165 cmake -DCMAKE_BUILD_TYPE=Release     \
    166       -DCMAKE_INSTALL_PREFIX=/usr    \
    167       -DCMAKE_SKIP_INSTALL_RPATH=ON  \
    168       -DPORT=GTK                     \
    169       -DLIB_INSTALL_DIR=/usr/lib     \
    170       -DUSE_LIBBACKTRACE=OFF         \
    171       -DUSE_LIBHYPHEN=OFF            \
    172       -DENABLE_GAMEPAD=OFF           \
    173       -DENABLE_MINIBROWSER=ON        \
    174       -DENABLE_DOCUMENTATION=OFF     \
    175       -DENABLE_WEBDRIVER=OFF         \
    176       -DUSE_WOFF2=OFF                \
    177       -DUSE_GTK4=OFF                 \
    178       -DENABLE_BUBBLEWRAP_SANDBOX=ON \
    179       -Wno-dev -G Ninja ..           &amp;&amp;
     165cmake -D CMAKE_BUILD_TYPE=Release     \
     166      -D CMAKE_INSTALL_PREFIX=/usr    \
     167      -D CMAKE_SKIP_INSTALL_RPATH=ON  \
     168      -D PORT=GTK                     \
     169      -D LIB_INSTALL_DIR=/usr/lib     \
     170      -D USE_LIBBACKTRACE=OFF         \
     171      -D USE_LIBHYPHEN=OFF            \
     172      -D ENABLE_GAMEPAD=OFF           \
     173      -D ENABLE_MINIBROWSER=ON        \
     174      -D ENABLE_DOCUMENTATION=OFF     \
     175      -D ENABLE_WEBDRIVER=OFF         \
     176      -D USE_WOFF2=OFF                \
     177      -D USE_GTK4=OFF                 \
     178      -D ENABLE_BUBBLEWRAP_SANDBOX=ON \
     179      -W no-dev -G Ninja ..           &amp;&amp;
    180180ninja</userinput></screen>
    181181
     
    183183cd        build &amp;&amp;
    184184
    185 cmake -DCMAKE_BUILD_TYPE=Release     \
    186       -DCMAKE_INSTALL_PREFIX=/usr    \
    187       -DCMAKE_SKIP_INSTALL_RPATH=ON  \
    188       -DPORT=GTK                     \
    189       -DLIB_INSTALL_DIR=/usr/lib     \
    190       -DUSE_LIBBACKTRACE=OFF         \
    191       -DUSE_LIBHYPHEN=OFF            \
    192       -DENABLE_GAMEPAD=OFF           \
    193       -DENABLE_MINIBROWSER=ON        \
    194       -DENABLE_DOCUMENTATION=OFF     \
    195       -DENABLE_WEBDRIVER=OFF         \
    196       -DUSE_WOFF2=OFF                \
    197       -DUSE_GTK4=OFF                 \
    198       -DENABLE_JOURNALD_LOG=OFF      \
    199       -DENABLE_BUBBLEWRAP_SANDBOX=ON \
    200       -Wno-dev -G Ninja ..           &amp;&amp;
     185cmake -D CMAKE_BUILD_TYPE=Release     \
     186      -D CMAKE_INSTALL_PREFIX=/usr    \
     187      -D CMAKE_SKIP_INSTALL_RPATH=ON  \
     188      -D PORT=GTK                     \
     189      -D LIB_INSTALL_DIR=/usr/lib     \
     190      -D USE_LIBBACKTRACE=OFF         \
     191      -D USE_LIBHYPHEN=OFF            \
     192      -D ENABLE_GAMEPAD=OFF           \
     193      -D ENABLE_MINIBROWSER=ON        \
     194      -D ENABLE_DOCUMENTATION=OFF     \
     195      -D ENABLE_WEBDRIVER=OFF         \
     196      -D USE_WOFF2=OFF                \
     197      -D USE_GTK4=OFF                 \
     198      -D ENABLE_JOURNALD_LOG=OFF      \
     199      -D ENABLE_BUBBLEWRAP_SANDBOX=ON \
     200      -W no-dev -G Ninja ..           &amp;&amp;
    201201ninja</userinput></screen>
    202202
     
    221221<screen revision="systemd"><userinput>rm -rf * .[^.]* &amp;&amp;
    222222
    223 cmake -DCMAKE_BUILD_TYPE=Release     \
    224       -DCMAKE_INSTALL_PREFIX=/usr    \
    225       -DCMAKE_SKIP_INSTALL_RPATH=ON  \
    226       -DPORT=GTK                     \
    227       -DLIB_INSTALL_DIR=/usr/lib     \
    228       -DUSE_LIBBACKTRACE=OFF         \
    229       -DUSE_LIBHYPHEN=OFF            \
    230       -DENABLE_GAMEPAD=OFF           \
    231       -DENABLE_MINIBROWSER=ON        \
    232       -DENABLE_DOCUMENTATION=OFF     \
    233       -DUSE_WOFF2=OFF                \
    234       -DUSE_GTK4=ON                  \
    235       -DENABLE_BUBBLEWRAP_SANDBOX=ON \
    236       -Wno-dev -G Ninja ..           &amp;&amp;
     223cmake -D CMAKE_BUILD_TYPE=Release     \
     224      -D CMAKE_INSTALL_PREFIX=/usr    \
     225      -D CMAKE_SKIP_INSTALL_RPATH=ON  \
     226      -D PORT=GTK                     \
     227      -D LIB_INSTALL_DIR=/usr/lib     \
     228      -D USE_LIBBACKTRACE=OFF         \
     229      -D USE_LIBHYPHEN=OFF            \
     230      -D ENABLE_GAMEPAD=OFF           \
     231      -D ENABLE_MINIBROWSER=ON        \
     232      -D ENABLE_DOCUMENTATION=OFF     \
     233      -D USE_WOFF2=OFF                \
     234      -D USE_GTK4=ON                  \
     235      -D ENABLE_BUBBLEWRAP_SANDBOX=ON \
     236      -W no-dev -G Ninja ..           &amp;&amp;
    237237ninja</userinput></screen>
    238238
    239239<screen revision="sysv"><userinput>rm -rf * .[^.]* &amp;&amp;
    240240
    241 cmake -DCMAKE_BUILD_TYPE=Release     \
    242       -DCMAKE_INSTALL_PREFIX=/usr    \
    243       -DCMAKE_SKIP_INSTALL_RPATH=ON  \
    244       -DPORT=GTK                     \
    245       -DLIB_INSTALL_DIR=/usr/lib     \
    246       -DUSE_LIBBACKTRACE=OFF         \
    247       -DUSE_LIBHYPHEN=OFF            \
    248       -DENABLE_GAMEPAD=OFF           \
    249       -DENABLE_MINIBROWSER=ON        \
    250       -DENABLE_DOCUMENTATION=OFF     \
    251       -DUSE_WOFF2=OFF                \
    252       -DUSE_GTK4=ON                  \
    253       -DENABLE_JOURNALD_LOG=OFF      \
    254       -DENABLE_BUBBLEWRAP_SANDBOX=ON \
    255       -Wno-dev -G Ninja ..           &amp;&amp;
     241cmake -D CMAKE_BUILD_TYPE=Release     \
     242      -D CMAKE_INSTALL_PREFIX=/usr    \
     243      -D CMAKE_SKIP_INSTALL_RPATH=ON  \
     244      -D PORT=GTK                     \
     245      -D LIB_INSTALL_DIR=/usr/lib     \
     246      -D USE_LIBBACKTRACE=OFF         \
     247      -D USE_LIBHYPHEN=OFF            \
     248      -D ENABLE_GAMEPAD=OFF           \
     249      -D ENABLE_MINIBROWSER=ON        \
     250      -D ENABLE_DOCUMENTATION=OFF     \
     251      -D USE_WOFF2=OFF                \
     252      -D USE_GTK4=ON                  \
     253      -D ENABLE_JOURNALD_LOG=OFF      \
     254      -D ENABLE_BUBBLEWRAP_SANDBOX=ON \
     255      -W no-dev -G Ninja ..           &amp;&amp;
    256256ninja</userinput></screen>
    257257
     
    263263
    264264    <para>
    265       As the <option>-DENABLE_DOCUMENTATION=OFF</option> option is used,
     265      As the <option>-D ENABLE_DOCUMENTATION=OFF</option> option is used,
    266266      the documentation is not rebuilt nor installed now.  If you need the
    267267      documentation, you can either install <xref linkend='gi-docgen'/>
     
    288288
    289289    <para>
    290       <parameter>-DUSE_LIBBACKTRACE=OFF</parameter>: This switch disables
     290      <parameter>-D USE_LIBBACKTRACE=OFF</parameter>: This switch disables
    291291      the use of libbacktrace for dumping a stack trace when a crash
    292292      happens.  You need to install &libbacktrace; if you wish to enable it
     
    295295
    296296    <para>
    297       <parameter>-DUSE_LIBHYPHEN=OFF</parameter>: This switch disables the
     297      <parameter>-D USE_LIBHYPHEN=OFF</parameter>: This switch disables the
    298298      default automatic hyphenation implementation. You need to install
    299299      <ulink
     
    304304
    305305    <para>
    306       <parameter>-DENABLE_DOCUMENTATION=OFF</parameter>: This switch disables
     306      <parameter>-D ENABLE_DOCUMENTATION=OFF</parameter>: This switch disables
    307307      regenerating the documentation. Remove this switch if you have
    308308      <xref linkend="gi-docgen"/>
     
    311311
    312312    <para>
    313       <parameter>-DENABLE_GAMEPAD=OFF</parameter>: This switch disables
     313      <parameter>-D ENABLE_GAMEPAD=OFF</parameter>: This switch disables
    314314      gamepad support. Remove this switch if you have
    315315      <ulink url="https://gnome.pages.gitlab.gnome.org/libmanette/">libmanette</ulink>
     
    318318
    319319    <para>
    320       <parameter>-DENABLE_MINIBROWSER=ON</parameter>: This switch enables
     320      <parameter>-D ENABLE_MINIBROWSER=ON</parameter>: This switch enables
    321321      compiling and installing the MiniBrowser.
    322322    </para>
    323323
    324324    <para>
    325       <parameter>-DENABLE_WEBDRIVER=OFF</parameter>: This switch disables
     325      <parameter>-D ENABLE_WEBDRIVER=OFF</parameter>: This switch disables
    326326      compiling and installing <command>WebKitWebDriver</command>.  We use
    327327      it for the GTK-3 build because the <command>WebKitWebDriver</command>
     
    333333<!--
    334334    <para>
    335       <parameter>-DUSE_JPEGXL=OFF</parameter>: This switch turns off support
     335      <parameter>-D USE_JPEGXL=OFF</parameter>: This switch turns off support
    336336      for JPEG-XL images. Remove it if you have the optional package
    337337      <ulink url="https://github.com/libjxl/libjxl">libjxl</ulink> installed.
     
    339339-->
    340340    <para>
    341       <parameter>-DENABLE_BUBBLEWRAP_SANDBOX=ON</parameter>: This switch
     341      <parameter>-D ENABLE_BUBBLEWRAP_SANDBOX=ON</parameter>: This switch
    342342      enables the Bubblewrap sandbox, which helps mitigate the impact of most
    343343      security vulnerabilities in this package. Change this switch to OFF if
     
    350350
    351351    <para revision="sysv">
    352       <parameter>-DENABLE_JOURNALD_LOG=OFF</parameter>: This switch disables using the
     352      <parameter>-D ENABLE_JOURNALD_LOG=OFF</parameter>: This switch disables using the
    353353      systemd journal for logging errors and debugging information since it
    354354      is not available on SysV systems.
     
    356356
    357357    <para>
    358       <option>-DUSE_SYSTEM_MALLOC=ON</option>: This switch enables building
     358      <option>-D USE_SYSTEM_MALLOC=ON</option>: This switch enables building
    359359      against the system installed <application>malloc</application>.
    360360    </para>
    361361
    362362    <para>
    363       <option>-DENABLE_GEOLOCATION=OFF</option>: Use this switch if you don't
     363      <option>-D ENABLE_GEOLOCATION=OFF</option>: Use this switch if you don't
    364364      want to install <xref linkend="geoclue2"/>.
    365365    </para>
    366366
    367367    <para>
    368       <option>-DUSE_AVIF=OFF</option>: Use this switch if you don't want to
     368      <option>-D USE_AVIF=OFF</option>: Use this switch if you don't want to
    369369      install <xref linkend="libavif"/>. Note that you will not have support
    370370      for AVIF images if you do this.
     
    372372
    373373    <para>
    374       <option>-DUSE_WOFF2=ON</option>: Use this switch if the optional
     374      <option>-D USE_WOFF2=ON</option>: Use this switch if the optional
    375375      package <xref linkend="woff2"/> is installed. This adds additional
    376376      support for fonts.
     
    378378
    379379    <para>
    380       <option>-DUSE_JPEGXL=OFF</option>: Use this switch if the recommended
     380      <option>-D USE_JPEGXL=OFF</option>: Use this switch if the recommended
    381381      package <xref linkend="libjxl"/> is not installed. Note that you will not
    382382      have support for JPEG XL images if this option is passed.
Note: See TracChangeset for help on using the changeset viewer.