From 1886c5c23d52d2a5ce987b5e7e7234b886a7b7ad Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Tue, 27 Aug 2024 09:10:16 -0700 Subject: [PATCH] Revert "chore: Temporarily drop obs-vkcapture due to package skew upstream" This reverts commit 5fdb31074c306d31589615390c6520e1b5cbd397. --- Containerfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Containerfile b/Containerfile index e7b0f26089..2526f00340 100644 --- a/Containerfile +++ b/Containerfile @@ -471,6 +471,12 @@ 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 && \