build: Remove Soup2 support
We started to support Soup3 in GNOME 41, and used it by default since GNOME 43. This should be enough time for distros to adapt, so GNOME 45 looks like a good moment to drop the old Soup2 support. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2776>
This commit is contained in:

committed by
Marge Bot

parent
679fb5a11e
commit
ba43c61917
@ -7,8 +7,6 @@ var PACKAGE_NAME = '@PACKAGE_NAME@';
|
||||
var PACKAGE_VERSION = '@PACKAGE_VERSION@';
|
||||
/* 1 if networkmanager is available, 0 otherwise */
|
||||
var HAVE_NETWORKMANAGER = @HAVE_NETWORKMANAGER@;
|
||||
/* 1 if soup2 should be used instead of soup3, 0 otherwise */
|
||||
var HAVE_SOUP2 = @HAVE_SOUP2@;
|
||||
/* gettext package */
|
||||
var GETTEXT_PACKAGE = '@GETTEXT_PACKAGE@';
|
||||
/* locale dir */
|
||||
|
Reference in New Issue
Block a user