ci: Add weston and weston-libs to the fedora image

We want to run tests under Wayland, using weston
as the compositor. The weston-libs package contains
the headless backend for weston.
This commit is contained in:
Matthias Clasen 2020-05-15 08:31:18 -04:00
parent 8912a6eb75
commit 18c7284817

View File

@ -78,6 +78,8 @@ RUN dnf -y install \
vulkan-devel \
wayland-devel \
wayland-protocols-devel \
weston \
weston-libs \
which \
xorg-x11-server-Xvfb \
&& dnf clean all