ci: Add glut and glew to Fedora image

glyphy requires these.
This commit is contained in:
Matthias Clasen
2023-06-29 14:49:59 -04:00
parent d116a04a9d
commit 3d33636795
2 changed files with 3 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ variables:
BACKEND_FLAGS: "-Dx11-backend=true -Dwayland-backend=true -Dbroadway-backend=true"
FEATURE_FLAGS: "-Dvulkan=enabled -Dcloudproviders=enabled -Dbuild-testsuite=true -Dintrospection=enabled"
MESON_TEST_TIMEOUT_MULTIPLIER: 3
FEDORA_IMAGE: "registry.gitlab.gnome.org/gnome/gtk/fedora:v46"
FEDORA_IMAGE: "registry.gitlab.gnome.org/gnome/gtk/fedora:v47"
workflow:
rules:

View File

@@ -28,10 +28,12 @@ RUN dnf -y install \
gdk-pixbuf2-modules \
gettext \
git \
glew-devel \
glib2-devel \
glib2-static \
glibc-devel \
glibc-headers \
glut-devel \
gnupg2 \
gobject-introspection-devel \
graphene-devel \