[mutter/wip/carlosg/shuffle-font-mouse-settings: 3/5] build: Bump gsettings-desktop-schemas dependency
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/wip/carlosg/shuffle-font-mouse-settings: 3/5] build: Bump gsettings-desktop-schemas dependency
- Date: Thu, 14 Jan 2021 11:40:07 +0000 (UTC)
commit 1348f51472ff018ebe827e16177b39d59cc2c5b4
Author: Carlos Garnacho <carlosg gnome org>
Date: Thu Jan 14 12:38:01 2021 +0100
build: Bump gsettings-desktop-schemas dependency
We will depend on new settings there, ensure we build depend on
it, and CI pulls the dependency.
.gitlab-ci.yml | 4 ++++
meson.build | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 224d407cb9..e884bf085b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,6 +38,10 @@ stages:
https://gitlab.gnome.org/GNOME/gdm.git \
3.38.0 . &&
+ ./.gitlab-ci/install-meson-project.sh \
+ https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git \
+ 40.alpha . &&
+
dnf clean all
default:
diff --git a/meson.build b/meson.build
index c9d50514e7..5b4be80817 100644
--- a/meson.build
+++ b/meson.build
@@ -22,7 +22,7 @@ uprof_req = '>= 0.3'
pango_req = '>= 1.46.0'
cairo_req = '>= 1.10.0'
pangocairo_req = '>= 1.20'
-gsettings_desktop_schemas_req = '>= 3.37.2'
+gsettings_desktop_schemas_req = '>= 40.alpha'
json_glib_req = '>= 0.12.0'
upower_glib_req = '>= 0.99.0'
xcomposite_req = '>= 0.4'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]