build: Bump libei version requirement
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3228>
This commit is contained in:
parent
72cc627546
commit
21f3e2a323
2 changed files with 7 additions and 2 deletions
|
@ -83,7 +83,7 @@ variables:
|
|||
- .skip-git-clone
|
||||
variables:
|
||||
FDO_DISTRIBUTION_VERSION: 39
|
||||
BASE_TAG: '2023-08-14.1'
|
||||
BASE_TAG: '2023-08-31.0'
|
||||
MUTTER_USER: 'meta-user'
|
||||
FDO_DISTRIBUTION_PACKAGES:
|
||||
asciidoc
|
||||
|
@ -117,6 +117,7 @@ variables:
|
|||
dnf builddep -y mutter --setopt=install_weak_deps=False
|
||||
dnf builddep -y gnome-shell --setopt=install_weak_deps=False
|
||||
dnf builddep -y kernel --setopt=install_weak_deps=False
|
||||
dnf builddep -y libei --setopt=install_weak_deps=False
|
||||
|
||||
./.gitlab-ci/install-meson-project.sh \
|
||||
https://gitlab.gnome.org/jadahl/catch.git \
|
||||
|
@ -126,6 +127,10 @@ variables:
|
|||
https://gitlab.gnome.org/GNOME/glib.git \
|
||||
main . a7c34b431bfaf3d56de64cb1cfea851ac11099d3
|
||||
|
||||
./.gitlab-ci/install-meson-project.sh \
|
||||
https://gitlab.freedesktop.org/libinput/libei.git \
|
||||
1.0.901 .
|
||||
|
||||
rpm -e --nodeps gnome-bluetooth-libs-devel \
|
||||
mutter mutter-devel \
|
||||
gnome-shell
|
||||
|
|
|
@ -39,7 +39,7 @@ libcanberra_req = '>= 0.26'
|
|||
libwacom_req = '>= 0.13'
|
||||
atk_req = '>= 2.5.3'
|
||||
harfbuzz_req = '>= 2.6'
|
||||
libei_req = '>= 1.0.0'
|
||||
libei_req = '>= 1.0.901'
|
||||
|
||||
# optional version requirements
|
||||
udev_req = '>= 228'
|
||||
|
|
Loading…
Reference in a new issue