Ignore:
Timestamp:
09/16/2022 08:36:00 PM (20 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/soup3
Children:
1fa0000
Parents:
2e24085
git-author:
Xi Ruoyao <xry111@…> (09/16/2022 08:34:49 PM)
git-committer:
Xi Ruoyao <xry111@…> (09/16/2022 08:36:00 PM)
Message:

gnome-shell: use libsoup3 instead of libsoup2

File:
1 edited

Legend:

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

    r2e24085 r7504d4df  
    162162      -Dsystemd=false     \
    163163      -Dtests=false       \
     164      -Dsoup2=false       \
    164165      .. &amp;&amp;
    165166ninja</userinput></screen>
     
    168169cd    build &amp;&amp;
    169170
    170 meson --prefix=/usr --buildtype=release -Dtests=false .. &amp;&amp;
     171meson --prefix=/usr       \
     172      --buildtype=release \
     173      -Dtests=false       \
     174      -Dsoup2=false       \
     175      .. &amp;&amp;
    171176ninja</userinput></screen>
    172177
     
    214219      to build the tests. But then <command>meson</command> will fail if
    215220      <xref linkend="mutter"/> tests are not installed.
     221    </para>
     222
     223    <para>
     224      <parameter>-Dsoup2=false</parameter>: Use libsoup-3 instead of
     225      libsoup-2.  This it necessary because this package uses libgweather
     226      and libgweather uses libsoup-3, so any attempt to use a different
     227      libsoup version will cause a crash at runtime.
    216228    </para>
    217229
Note: See TracChangeset for help on using the changeset viewer.