Revert "chore: Temporarily disable obs-vkcapture"

This reverts commit 1bf6c8a6ae0ee9bc6fecaf508740a4083a19127b.
This commit is contained in:
Kyle Gospodnetich 2023-11-07 21:18:32 -08:00
parent 2968491ac8
commit 590982a006

View File

@ -264,6 +264,11 @@ RUN if grep -qv "nvidia" <<< "${IMAGE_NAME}"; then \
mangohud.x86_64 \
mangohud.i686 \
gperftools-libs.i686 && \
if [[ "${IMAGE_FLAVOR}" != "surface-nvidia" ]]; then \
rpm-ostree install \
obs-vkcapture.x86_64 \
obs-vkcapture.i686 \
; fi && \
ln -s /usr/bin/wine64 /usr/bin/wine && \
wget $(curl https://api.github.com/repos/ishitatsuyuki/LatencyFleX/releases/latest | jq -r '.assets[] | select(.name| test(".*.tar.xz$")).browser_download_url') -O /tmp/latencyflex.tar.xz && \
mkdir -p /tmp/latencyflex && \
@ -423,6 +428,8 @@ RUN rpm-ostree install \
vkBasalt.i686 \
mangohud.x86_64 \
mangohud.i686 \
obs-vkcapture.x86_64 \
obs-vkcapture.i686 \
sdgyrodsu \
sddm-sugar-steamOS \
ibus-pinyin \