From a110f8399e1dedc70ea1c4093afc9be218a5ea9c Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Fri, 5 Jul 2019 13:19:41 +1000 Subject: [PATCH] docker/fedora: add glslc to the install list Enables building the vulkan plugin with shaders --- docker/fedora/prepare.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/fedora/prepare.sh b/docker/fedora/prepare.sh index d0516534a9..15467bd7cb 100644 --- a/docker/fedora/prepare.sh +++ b/docker/fedora/prepare.sh @@ -33,6 +33,7 @@ dnf install -y \ gcc-c++ \ gdb \ git-lfs \ + glslc \ gtk3 \ gtk3-devel \ graphene \