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:
multimedia/libdriv
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/pipewire.xml

    rc98fc5b r20f070d8  
    114114cd    build &amp;&amp;
    115115
    116 meson --prefix=/usr .. &amp;&amp;
     116meson --prefix=/usr --buildtype=release .. &amp;&amp;
    117117ninja</userinput></screen>
    118118
     
    130130  <sect2 role="commands">
    131131    <title>Command Explanations</title>
     132
     133    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     134      href="../../xincludes/meson-buildtype-release.xml"/>
    132135
    133136    <!-- Without these three parameters, Meson fails to run. -->
  • multimedia/libdriv/pulseaudio.xml

    rc98fc5b r20f070d8  
    154154cd    build &amp;&amp;
    155155
    156 meson  --prefix=/usr -Ddatabase=gdbm -Dbluez5=false &amp;&amp;
     156meson --prefix=/usr       \
     157      --buildtype=release \
     158      -Ddatabase=gdbm     \
     159      -Dbluez5=false      &amp;&amp;
    157160ninja</userinput></screen>
    158161
     
    184187  <sect2 role="commands">
    185188    <title>Command Explanations</title>
     189
     190    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     191      href="../../xincludes/meson-buildtype-release.xml"/>
    186192
    187193    <para>
Note: See TracChangeset for help on using the changeset viewer.