[libshumate/wip/mlundblad/soup3-default] meson: Build with libsoup3 by default
- From: Marcus Lundblad <mlundblad src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libshumate/wip/mlundblad/soup3-default] meson: Build with libsoup3 by default
- Date: Thu, 25 Aug 2022 20:40:27 +0000 (UTC)
commit 626be1dae2c6d76aa705531cbf5cc0fb3817d29f
Author: Marcus Lundblad <ml dfupdate se>
Date: Thu Aug 25 22:32:29 2022 +0200
meson: Build with libsoup3 by default
Update the GitLab CI definition to install the libsoup3
development package.
.gitlab-ci.yml | 2 +-
meson_options.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 93a5723..5563230 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ fedora:
stage: build
image: registry.gitlab.gnome.org/gnome/gtk/fedora:v38
script:
- - sudo dnf install -y vala sqlite-devel libsoup-devel gtk4-devel protobuf-c-devel gcovr
+ - sudo dnf install -y vala sqlite-devel libsoup3-devel gtk4-devel protobuf-c-devel gcovr
- meson _build -Db_coverage=true -Dgtk_doc=true
- xvfb-run ninja -C _build test
- ninja -C _build coverage
diff --git a/meson_options.txt b/meson_options.txt
index f02e083..2a4f796 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -18,5 +18,5 @@ option('vector_renderer',
description: 'Build the experimental vector tile renderer')
option('libsoup3',
- type: 'boolean', value: false,
+ type: 'boolean', value: true,
description: 'Use libsoup 3.0')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]