Changeset 02c7572d


Ignore:
Timestamp:
01/28/2023 10:18:11 AM (15 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
2215e98
Parents:
35879fc
Message:

gjs: use wrap-mode=nofallback

It prevents downloading sysprof if sysprof is not installed. Also
reformat and add "setup" to meson.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gjs.xml

    r35879fc r02c7572d  
    108108cd    gjs-build &amp;&amp;
    109109
    110 meson --prefix=/usr --buildtype=release .. &amp;&amp;
     110meson setup --prefix=/usr          \
     111            --buildtype=release    \
     112            --wrap-mode=nofallback \
     113            ..                     &amp;&amp;
    111114ninja</userinput></screen>
    112115
     
    123126    </para>
    124127
    125 <screen role="root"><userinput>ninja install &amp;&amp;</userinput></screen>
     128<screen role="root"><userinput>ninja install</userinput></screen>
    126129
    127130  </sect2>
     
    132135    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    133136      href="../../xincludes/meson-buildtype-release.xml"/>
     137
     138    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     139      href="../../xincludes/meson-wrap-nofallback.xml"/>
     140
     141    <para>
     142      <option>-Dprofiler=disabled</option>: prevents building the profiler
     143      backend even if <xref linkend="sysprof"/> is installed.
     144    </para>
    134145
    135146  </sect2>
Note: See TracChangeset for help on using the changeset viewer.