Skip to content

Add missing dependency to the flatpak demos manifests.

Jan Willem requested to merge Jan_Willem/gtk:fix-ci-flatpak-demos into main

f1fe21e0 enabled vulkan for the flatpak demos but this requires a new dependency which was missed: glslc

glslc is only used at build time to compile GLSL/HLSL shaders to SPIR-V. Because glslc releases no stable builds those from Debian are used. Using the pre-build Debian binaries also eliminates having to build all the dependencies for glslc.

Merge request reports