chore: Restore use of split gamescope

This commit is contained in:
Kyle Gospodnetich 2024-04-29 23:54:21 -07:00
parent 91c8dd80f5
commit 7ee223123d

View File

@ -519,15 +519,9 @@ RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
ostree container commit
# Install Gamescope, ROCM, and Waydroid on non-Nvidia images
RUN if [[ "${IMAGE_BRANCH}" != "main" ]]; then \
rpm-ostree install \
gamescope \
; else \
rpm-ostree install \
gamescope.x86_64 \
gamescope-libs.i686 \
; fi && \
rpm-ostree install \
RUN rpm-ostree install \
gamescope.x86_64 \
gamescope-libs.i686 \
gamescope-shaders \
rocm-hip \
rocm-opencl \