config: Fix misleading comment
HAVE_SOUP2=1 does *not* mean that Soup3 is enabled, it does the exact opposite as indicated by the variable name. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2285>
This commit is contained in:
parent
682629e603
commit
82d336211a
@ -8,7 +8,7 @@ var PACKAGE_VERSION = '@PACKAGE_VERSION@';
|
||||
var HAVE_BLUETOOTH = @HAVE_BLUETOOTH@;
|
||||
/* 1 if networkmanager is available, 0 otherwise */
|
||||
var HAVE_NETWORKMANAGER = @HAVE_NETWORKMANAGER@;
|
||||
/* 1 if soup3 support is enabled, 0 otherwise */
|
||||
/* 1 if soup2 should be used instead of soup3, 0 otherwise */
|
||||
var HAVE_SOUP2 = @HAVE_SOUP2@;
|
||||
/* gettext package */
|
||||
var GETTEXT_PACKAGE = '@GETTEXT_PACKAGE@';
|
||||
|
Loading…
Reference in New Issue
Block a user