Changeset d37d7c5


Ignore:
Timestamp:
06/10/2023 11:18:15 AM (12 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
44163b2, 930d002c
Parents:
460609c
git-author:
Xi Ruoyao <xry111@…> (06/10/2023 11:13:54 AM)
git-committer:
Xi Ruoyao <xry111@…> (06/10/2023 11:18:15 AM)
Message:

mutter: Demote Sysprof to optional

Well, "Recommended" should mean "if you don't know what it is, then you
need it". But a profiler is just a contrary.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/mutter.xml

    r460609c rd37d7c5  
    8989    <para role="recommended">
    9090      <xref linkend="desktop-file-utils"/>,
    91       <xref linkend="gobject-introspection"/>,
    92       <xref linkend="startup-notification"/>, and
    93       <xref linkend="sysprof"/>
     91      <xref linkend="gobject-introspection"/>, and
     92      <xref linkend="startup-notification"/>
    9493    </para>
    9594
     
    9897    <para role="recommended">
    9998      <xref linkend="libinput"/>,
     99      <xref linkend="sysprof"/>,
    100100      <xref linkend="wayland"/>,
    101101      <xref linkend="wayland-protocols"/>, and
     
    142142            --buildtype=release        \
    143143            -Dtests=false              \
     144            -Dprofiler=false           \
    144145            ..                         &amp;&amp;
    145146ninja</userinput></screen>
     
    235236
    236237    <para>
    237       <option>-Dprofiler=false</option>: Use this option if
    238       <application>Sysprof</application> is not installed, and you don't
    239       want meson to download <application>Sysprof</application> source
    240       code.
     238      <parameter>-Dprofiler=false</parameter>: Allow building this package
     239      without <application>Sysprof</application>.  Remove this option if
     240      you've installed <application>Sysprof</application> and want to
     241      analysis the rendering performance of
     242      <application>Mutter</application>.
    241243    </para>
    242244
Note: See TracChangeset for help on using the changeset viewer.