mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-27 12:35:19 +00:00
Revert "chore: Temporarily disable obs-vkcapture"
This reverts commit 1bf6c8a6ae0ee9bc6fecaf508740a4083a19127b.
This commit is contained in:
parent
2968491ac8
commit
590982a006
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user