summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2022-11-04 23:06:10 -0500
committerElliott Sales de Andrade <quantum.analyst@gmail.com>2022-11-04 23:06:10 -0500
commita8c72117c69d2d6083dd346a3488b9edf7620729 (patch)
treee7506fa2daac49f01c45b7380252566dbc49a3e8 /meson_options.txt
parent7c4cb268569953fb3bd967056ebb3835595b9f7e (diff)
downloadpidgin-a8c72117c69d2d6083dd346a3488b9edf7620729.tar.gz
Build against libsoup3 by default
This follows the [recommendations from upstream](https://discourse.gnome.org/t/please-build-against-libsoup-3-by-default/10190/3). Note that this changes the option name from `soup3` to `soup2`. Testing Done: Compiled against libsoup3 and libsoup2. Reviewed at https://reviews.imfreedom.org/r/2028/
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 00d48a108a..ec034e4ca2 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -25,8 +25,8 @@ option('kwallet', type : 'feature',
option('libsecret', type : 'feature',
description : 'enable libsecret support')
-option('soup3', type : 'boolean', value : false,
- description : 'compile against libsoup3')
+option('soup2', type : 'boolean', value : false,
+ description : 'compile against libsoup2')
##############################################################################
# Protocol Plugins