Skip to content

Commit

Permalink
Drop gamescope
Browse files Browse the repository at this point in the history
  • Loading branch information
bleggett committed Jul 4, 2024
1 parent 0db03b2 commit d285652
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -517,19 +517,19 @@ RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
; fi && \
ostree container commit

# Install Gamescope, ROCM, and Waydroid on non-Nvidia images
RUN rpm-ostree install \
gamescope.x86_64 \
gamescope-libs.i686 \
gamescope-shaders \
rocm-hip \
rocm-opencl \
rocm-clinfo \
waydroid \
cage \
wlr-randr && \
sed -i~ -E 's/=.\$\(command -v (nft|ip6?tables-legacy).*/=/g' /usr/lib/waydroid/data/scripts/waydroid-net.sh && \
ostree container commit
# # Install Gamescope, ROCM, and Waydroid on non-Nvidia images
# RUN rpm-ostree install \
# gamescope.x86_64 \
# gamescope-libs.i686 \
# gamescope-shaders \
# rocm-hip \
# rocm-opencl \
# rocm-clinfo \
# waydroid \
# cage \
# wlr-randr && \
# sed -i~ -E 's/=.\$\(command -v (nft|ip6?tables-legacy).*/=/g' /usr/lib/waydroid/data/scripts/waydroid-net.sh && \
# ostree container commit

# Homebrew
RUN touch /.dockerenv && \
Expand Down

0 comments on commit d285652

Please sign in to comment.