summaryrefslogtreecommitdiff
path: root/src/ostree/main.c
diff options
context:
space:
mode:
authorDaniel Kolesa <dkolesa@igalia.com>2022-02-17 20:12:18 +0100
committerDan Nicholson <dbn@endlessos.org>2023-04-12 22:33:08 -0600
commitd0ea2db4300eb7871b59d0b997a7f06869120297 (patch)
tree566f09429a642e1e8a29a0ea6644f67265468e26 /src/ostree/main.c
parent3ec7b5db18cc6249048e46049be537ed135451b3 (diff)
downloadostree-d0ea2db4300eb7871b59d0b997a7f06869120297.tar.gz
fetcher: add libsoup3 backend
The default is still soup2, you can use --with-soup3 to enable the soup3 backend instead.
Diffstat (limited to 'src/ostree/main.c')
-rw-r--r--src/ostree/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ostree/main.c b/src/ostree/main.c
index 7d17080c..badfa6df 100644
--- a/src/ostree/main.c
+++ b/src/ostree/main.c
@@ -118,7 +118,7 @@ static OstreeCommand commands[] = {
{ "summary", OSTREE_BUILTIN_FLAG_NONE,
ostree_builtin_summary,
"Manage summary metadata" },
-#if defined(HAVE_LIBSOUP) && defined(BUILDOPT_ENABLE_TRIVIAL_HTTPD_CMDLINE)
+#if defined(HAVE_LIBSOUP_OR_LIBSOUP3) && defined(BUILDOPT_ENABLE_TRIVIAL_HTTPD_CMDLINE)
{ "trivial-httpd", OSTREE_BUILTIN_FLAG_NONE,
ostree_builtin_trivial_httpd,
NULL },