[librest/gwagner/default_soup3] meson: build with soup3 by default
- From: Günther Wagner <gwagner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librest/gwagner/default_soup3] meson: build with soup3 by default
- Date: Fri, 17 Jun 2022 22:16:39 +0000 (UTC)
commit 1e4985b73590ebec5243085b072df49ba7b5258f
Author: Günther Wagner <info gunibert de>
Date: Sat Jun 18 00:06:04 2022 +0200
meson: build with soup3 by default
Fixes https://gitlab.gnome.org/GNOME/librest/-/issues/11
.gitlab-ci.yml | 4 ++--
meson_options.txt | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 862ba19..722b501 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,7 +23,7 @@ build-librest:
- dnf update -y --nogpgcheck
- dnf -y install --nogpgcheck redhat-rpm-config
glib2-devel gobject-introspection-devel libxml2-devel meson ninja-build
- libsoup-devel vala json-glib-devel git python3-jinja2 python3-toml python3-typogrify python3-pygments
+ libsoup3-devel vala json-glib-devel git python3-jinja2 python3-toml python3-typogrify python3-pygments
libadwaita-devel gtksourceview5-devel git libabigail
script:
- meson _build -Dexamples=true
@@ -84,7 +84,7 @@ reference:
git
glib2-devel
libxslt
- libsoup-devel
+ libsoup3-devel
gtk-doc
json-glib-devel
MESON_VERSION: "0.55.3"
diff --git a/meson_options.txt b/meson_options.txt
index f81f738..f67f3bf 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -30,7 +30,7 @@ option('gtk_doc',
)
option('soup2',
type: 'boolean',
- value: true,
+ value: false,
description: 'Whether to build with libsoup2',
)
option('tests',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]