From 16bbbf06780f7b693eac6652e31d7179133e0be1 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Mon, 16 Sep 2024 11:30:27 -0700 Subject: [PATCH] chore: Temporarily drop vkcapture due to build errors --- Containerfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Containerfile b/Containerfile index 5a9026d3..b1746d60 100644 --- a/Containerfile +++ b/Containerfile @@ -485,12 +485,6 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \ latencyflex-vulkan-layer \ vkBasalt.x86_64 \ vkBasalt.i686 \ - obs-vkcapture.x86_64 \ - libobs_vkcapture.x86_64 \ - libobs_glcapture.x86_64 \ - obs-vkcapture.i686 \ - libobs_vkcapture.i686 \ - libobs_glcapture.i686 \ mangohud.x86_64 \ mangohud.i686 && \ ln -s wine32 /usr/bin/wine && \