mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
ci: Add gnome-autoar to Dockerfile
It is a dependency of the newly added gnome-extensions tool. https://gitlab.gnome.org/GNOME/mutter/merge_requests/738
This commit is contained in:
parent
5c617ac286
commit
220e4caf36
@ -32,6 +32,8 @@ RUN dnf -y update && dnf -y upgrade && \
|
||||
|
||||
# GNOME Shell
|
||||
dnf builddep -y gnome-shell --setopt=install_weak_deps=False && \
|
||||
# New dep this cycle
|
||||
dnf install -y 'pkgconfig(gnome-autoar-0)' && \
|
||||
dnf remove -y gnome-bluetooth-libs-devel dbus-glib-devel upower-devel python3-devel && \
|
||||
dnf remove -y --noautoremove mutter mutter-devel && \
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user