Changeset 20f070d8 for general/genlib


Ignore:
Timestamp:
06/04/2021 12:06:48 PM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
730b5bc
Parents:
c98fc5b
Message:

first batch of meson --buildtype=release

Location:
general/genlib
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib2.xml

    rc98fc5b r20f070d8  
    175175cd    build &amp;&amp;
    176176
    177 meson --prefix=/usr      \
    178       -Dman=true         \
    179       -Dselinux=disabled \
    180       ..                 &amp;&amp;
     177meson --prefix=/usr       \
     178      --buildtype=release \
     179      -Dman=true          \
     180      -Dselinux=disabled  \
     181      ..                  &amp;&amp;
    181182ninja</userinput></screen>
    182183
     
    241242  <sect2 role="commands">
    242243    <title>Command Explanations</title>
     244
     245    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     246      href="../../xincludes/meson-buildtype-release.xml"/>
    243247
    244248    <para>
  • general/genlib/gobject-introspection.xml

    rc98fc5b r20f070d8  
    107107cd    build &amp;&amp;
    108108
    109 meson --prefix=/usr .. &amp;&amp;
     109meson --prefix=/usr --buildtype=release .. &amp;&amp;
    110110ninja</userinput></screen>
    111111
     
    127127  <sect2 role="commands">
    128128    <title>Command Explanations</title>
     129
     130    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     131      href="../../xincludes/meson-buildtype-release.xml"/>
    129132
    130133    <para>
  • general/genlib/json-glib.xml

    rc98fc5b r20f070d8  
    104104cd    build &amp;&amp;
    105105
    106 meson --prefix=/usr .. &amp;&amp;
     106meson --prefix=/usr --buildtype=release .. &amp;&amp;
    107107ninja</userinput></screen>
    108108
     
    117117<screen role="root"><userinput>ninja install</userinput></screen>
    118118
     119  </sect2>
     120
     121  <sect2 role="commands">
     122    <title>Command Explanations</title>
     123
     124    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     125      href="../../xincludes/meson-buildtype-release.xml"/>
    119126  </sect2>
    120127
  • general/genlib/libgudev.xml

    rc98fc5b r20f070d8  
    100100cd    build &amp;&amp;
    101101
    102 meson --prefix=/usr .. &amp;&amp;
     102meson --prefix=/usr --buildtype=release .. &amp;&amp;
    103103ninja</userinput></screen>
    104104
     
    117117  <sect2 role="commands">
    118118    <title>Command Explanations</title>
     119
     120    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     121      href="../../xincludes/meson-buildtype-release.xml"/>
    119122
    120123    <para>
  • general/genlib/libgusb.xml

    rc98fc5b r20f070d8  
    104104cd    build &amp;&amp;
    105105
    106 meson --prefix=/usr -Ddocs=false .. &amp;&amp;
     106meson --prefix=/usr --buildtype=release -Ddocs=false .. &amp;&amp;
    107107ninja</userinput></screen>
    108108
     
    120120  <sect2 role="commands">
    121121    <title>Command Explanations</title>
     122
     123    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     124      href="../../xincludes/meson-buildtype-release.xml"/>
    122125
    123126    <para>
  • general/genlib/libportal.xml

    rc98fc5b r20f070d8  
    100100cd    build &amp;&amp;
    101101
    102 meson --prefix=/usr -Dgtk_doc=false .. &amp;&amp;
     102meson --prefix=/usr --buildtype=release -Dgtk_doc=false .. &amp;&amp;
    103103ninja</userinput></screen>
    104104
     
    116116  <sect2 role="commands">
    117117    <title>Command Explanations</title>
     118
     119    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     120      href="../../xincludes/meson-buildtype-release.xml"/>
    118121
    119122    <para>
  • general/genlib/libwacom.xml

    rc98fc5b r20f070d8  
    115115cd    build &amp;&amp;
    116116
    117 meson --prefix=/usr -Dtests=disabled .. &amp;&amp;
     117meson --prefix=/usr --buildtype=release -Dtests=disabled .. &amp;&amp;
    118118ninja</userinput></screen>
    119119
     
    135135  <sect2 role="commands">
    136136    <title>Command Explanations</title>
     137
     138    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     139      href="../../xincludes/meson-buildtype-release.xml"/>
    137140
    138141    <para>
  • general/genlib/libwpe.xml

    rc98fc5b r20f070d8  
    101101cd    build &amp;&amp;
    102102
    103 meson --prefix=/usr .. &amp;&amp;
     103meson --prefix=/usr --buildtype=release .. &amp;&amp;
    104104ninja</userinput></screen>
    105105
     
    113113
    114114<screen role="root"><userinput>ninja install</userinput></screen>
     115  </sect2>
     116
     117  <sect2 role="commands">
     118    <title>Command Explanations</title>
     119
     120    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     121      href="../../xincludes/meson-buildtype-release.xml"/>
    115122  </sect2>
    116123
  • general/genlib/libxkbcommon.xml

    rc98fc5b r20f070d8  
    106106cd    build &amp;&amp;
    107107
    108 meson --prefix=/usr -Denable-docs=false .. &amp;&amp;
     108meson --prefix=/usr --buildtype=release -Denable-docs=false .. &amp;&amp;
    109109ninja</userinput></screen>
    110110
     
    124124    <title>Command Explanations</title>
    125125       
     126    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     127      href="../../xincludes/meson-buildtype-release.xml"/>
     128
    126129    <!--
    127130    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • general/genlib/wpebackend-fdo.xml

    rc98fc5b r20f070d8  
    9595cd    build &amp;&amp;
    9696
    97 meson --prefix=/usr ..
     97meson --prefix=/usr --buildtype=release ..
    9898ninja</userinput></screen>
    9999
     
    105105  </sect2>
    106106 
     107  <sect2 role="commands">
     108    <title>Command Explanations</title>
     109
     110    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     111      href="../../xincludes/meson-buildtype-release.xml"/>
     112  </sect2>
     113
    107114  <sect2 role="content">
    108115    <title>Contents</title>
Note: See TracChangeset for help on using the changeset viewer.