mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 07:30:42 -05:00
ci: Add gnome-control-center
Since 3.34, the gnome-shell package was cleaned up to only depend on gnome-control-center-filesystem at build-time. However one of the gnome-shell tests needs the gettext ITS file for keybindings provided by the main gnome-control-center package (in fact, the COPR package is stripped down to just that file), so install that explicitly. https://gitlab.gnome.org/GNOME/mutter/merge_requests/901
This commit is contained in:
parent
3f9c5d04d4
commit
46aeb9634f
@ -19,7 +19,7 @@ RUN dnf -y update && dnf -y upgrade && \
|
||||
dnf install -y 'pkgconfig(graphene-gobject-1.0)' 'pkgconfig(sysprof-capture-3)' && \
|
||||
|
||||
# For running unit tests
|
||||
dnf install -y xorg-x11-server-Xvfb mesa-dri-drivers dbus dbus-x11 '*/xvfb-run' gdm-lib accountsservice-libs && \
|
||||
dnf install -y xorg-x11-server-Xvfb mesa-dri-drivers dbus dbus-x11 '*/xvfb-run' gdm-lib accountsservice-libs gnome-control-center && \
|
||||
|
||||
# GNOME Shell
|
||||
dnf builddep -y gnome-shell --setopt=install_weak_deps=False && \
|
||||
|
Loading…
Reference in New Issue
Block a user