summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorCarlos Garcia Campos <cgarcia@igalia.com>2021-03-23 15:59:16 +0100
committerCarlos Garcia Campos <cgarcia@igalia.com>2021-03-23 15:59:16 +0100
commitc39f93b8a4b3cbd89aa5af642ccb4edeb75c6132 (patch)
tree37d01c62e672911dcef702af1af39e612712fb62 /meson_options.txt
parentca0c150fe7b6e80416d1122fa5c445362b6da718 (diff)
downloadtracker-c39f93b8a4b3cbd89aa5af642ccb4edeb75c6132.tar.gz
Add support for building with libsoup3carlosgc/soup3
Add soup2 build option, enabled by default. When disabled, it builds against soup3 instead.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 99c569502..46e9c130f 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -26,3 +26,5 @@ option('test_utils_dir', type: 'string', value: '',
description: 'Directory to install trackertestutils Python package (or empty to use the default)')
option('tests_tap_protocol', type: 'boolean', value: false,
description: 'Whether to enable TAP protocol on tests')
+option('soup2', type: 'boolean', value: true,
+ description: 'Whether to build with libsoup2')