Changeset 7504d4df
- Timestamp:
- 09/16/2022 08:36:00 PM (9 months ago)
- 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)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/platform/gnome-shell.xml
r2e24085 r7504d4df 162 162 -Dsystemd=false \ 163 163 -Dtests=false \ 164 -Dsoup2=false \ 164 165 .. && 165 166 ninja</userinput></screen> … … 168 169 cd build && 169 170 170 meson --prefix=/usr --buildtype=release -Dtests=false .. && 171 meson --prefix=/usr \ 172 --buildtype=release \ 173 -Dtests=false \ 174 -Dsoup2=false \ 175 .. && 171 176 ninja</userinput></screen> 172 177 … … 214 219 to build the tests. But then <command>meson</command> will fail if 215 220 <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. 216 228 </para> 217 229 -
introduction/welcome/changelog.xml
r2e24085 r7504d4df 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[xry111] - Use libsoup-3 for gnome-shell.</para> 49 </listitem> 50 <listitem> 48 51 <para>[xry111] - Update to evolution-3.46.0. Fixes 49 52 <ulink url="&blfs-ticket-root;17048">#17048</ulink>.</para>
Note:
See TracChangeset
for help on using the changeset viewer.