Changeset f78423d8 for gnome/platform


Ignore:
Timestamp:
06/12/2023 08:51:22 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:
bb93f8f1
Parents:
066d29d1
git-author:
Xi Ruoyao <xry111@…> (06/11/2023 09:55:20 PM)
git-committer:
Xi Ruoyao <xry111@…> (06/12/2023 08:51:22 AM)
Message:

gnome-shell: Clean up dependencies

gnome-control-center is only required at runtime. But ibus, polkit, and
gnome-desktop are required at build time.

GTK4 is already included by gnome-desktop, so remove it.

gnome-autoar can be disabled, demote it to recommended.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gnome-shell.xml

    r066d29d1 rf78423d8  
    8888      <xref linkend="gcr4"/>,
    8989      <xref linkend="gjs"/>,
    90       <xref linkend="gnome-autoar"/>,
    91       <xref linkend="gnome-control-center"/>,
    92       <xref linkend="gtk4"/>,
     90      <xref role="runtime" linkend="gnome-control-center"/> (runtime),
     91      <xref linkend="gnome-desktop"/>,
     92      <xref linkend="ibus"/>,
    9393      <xref role="runtime" linkend="libgweather"/> (runtime),
    9494      <xref linkend="mutter"/>,
     95      <xref linkend="polkit"/>,
    9596      <xref linkend="sassc"/>,
    9697      <xref linkend="startup-notification"/>, and
     
    104105    <para role="recommended">
    105106      <xref linkend="desktop-file-utils"/>,
     107      <xref linkend="gnome-autoar"/>,
    106108      <xref linkend="gnome-bluetooth"/>,
    107109      <xref linkend="gst10-plugins-base"/>, and
     
    205207      to build the tests. But then <command>meson</command> will fail if
    206208      <xref linkend="mutter"/> tests are not installed.
     209    </para>
     210
     211    <para>
     212      <option>-Dextensions_tool=false</option>: This switch allows building
     213      this package without <xref linkend='gnome-autoar'/> installed.
    207214    </para>
    208215
Note: See TracChangeset for help on using the changeset viewer.