mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
build: Bump gsettings-desktop-schemas dependency
We will depend on new settings there, ensure we build depend on it, and CI pulls the dependency. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1416>
This commit is contained in:
parent
2c57f0986a
commit
5411b892a0
@ -12,7 +12,7 @@ stages:
|
|||||||
.mutter.fedora:33@common:
|
.mutter.fedora:33@common:
|
||||||
variables:
|
variables:
|
||||||
FDO_DISTRIBUTION_VERSION: 33
|
FDO_DISTRIBUTION_VERSION: 33
|
||||||
BASE_TAG: '2020-11-23.0'
|
BASE_TAG: '2021-01-14.0'
|
||||||
FDO_UPSTREAM_REPO: GNOME/mutter
|
FDO_UPSTREAM_REPO: GNOME/mutter
|
||||||
FDO_DISTRIBUTION_EXEC: |
|
FDO_DISTRIBUTION_EXEC: |
|
||||||
dnf install -y 'dnf-command(builddep)' &&
|
dnf install -y 'dnf-command(builddep)' &&
|
||||||
@ -38,6 +38,10 @@ stages:
|
|||||||
https://gitlab.gnome.org/GNOME/gdm.git \
|
https://gitlab.gnome.org/GNOME/gdm.git \
|
||||||
3.38.0 . &&
|
3.38.0 . &&
|
||||||
|
|
||||||
|
./.gitlab-ci/install-meson-project.sh \
|
||||||
|
https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git \
|
||||||
|
40.alpha . &&
|
||||||
|
|
||||||
dnf clean all
|
dnf clean all
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
@ -22,7 +22,7 @@ uprof_req = '>= 0.3'
|
|||||||
pango_req = '>= 1.46.0'
|
pango_req = '>= 1.46.0'
|
||||||
cairo_req = '>= 1.10.0'
|
cairo_req = '>= 1.10.0'
|
||||||
pangocairo_req = '>= 1.20'
|
pangocairo_req = '>= 1.20'
|
||||||
gsettings_desktop_schemas_req = '>= 3.37.2'
|
gsettings_desktop_schemas_req = '>= 40.alpha'
|
||||||
json_glib_req = '>= 0.12.0'
|
json_glib_req = '>= 0.12.0'
|
||||||
upower_glib_req = '>= 0.99.0'
|
upower_glib_req = '>= 0.99.0'
|
||||||
xcomposite_req = '>= 0.4'
|
xcomposite_req = '>= 0.4'
|
||||||
|
Loading…
Reference in New Issue
Block a user