mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-29 22:20:21 +00:00
chore: Add gperftools for older source engine titles
This commit is contained in:
parent
3f92a29018
commit
2cc84455d8
@ -261,6 +261,7 @@ RUN if grep -qv "nvidia" <<< "${IMAGE_NAME}"; then \
|
||||
mangohud.i686 \
|
||||
obs-vkcapture.x86_64 \
|
||||
obs-vkcapture.i686 \
|
||||
gperftools-libs.i686 \
|
||||
; fi
|
||||
|
||||
# Cleanup & Finalize
|
||||
@ -497,7 +498,8 @@ RUN rpm-ostree install \
|
||||
gamescope-session-steam \
|
||||
wine-core \
|
||||
winetricks \
|
||||
protontricks && \
|
||||
protontricks \
|
||||
gperftools-libs.i686 && \
|
||||
if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
|
||||
rpm-ostree override remove \
|
||||
gamemode \
|
||||
|
Loading…
x
Reference in New Issue
Block a user