From cd23cfa844adc3525a5924d7300a52795faedf2e Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Sun, 29 Sep 2024 21:36:39 -0700 Subject: [PATCH] chore: Temporarily remove vkcapture for testing, upstream skew --- Containerfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Containerfile b/Containerfile index e70cc161..e5c51c80 100644 --- a/Containerfile +++ b/Containerfile @@ -533,12 +533,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 && \