mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-04-09 21:45:13 +00:00
fix(f39): Restore mesa replacement
This commit is contained in:
parent
b3bae538f4
commit
bcd96fc010
@ -331,8 +331,7 @@ RUN rpm-ostree install \
|
||||
rm -rf /etc/akmods-rpms
|
||||
|
||||
# Install gamescope-limiter patched Mesa and patched udisks2 (Needed for SteamOS SD card mounting)
|
||||
RUN if [[ "${FEDORA_MAJOR_VERSION}" -lt "39" ]]; then \
|
||||
rpm-ostree override replace \
|
||||
RUN rpm-ostree override replace \
|
||||
--experimental \
|
||||
--from repo=copr:copr.fedorainfracloud.org:kylegospo:bazzite-multilib \
|
||||
mesa-filesystem \
|
||||
@ -343,6 +342,7 @@ RUN if [[ "${FEDORA_MAJOR_VERSION}" -lt "39" ]]; then \
|
||||
mesa-libGL \
|
||||
mesa-libglapi \
|
||||
mesa-vulkan-drivers && \
|
||||
if [[ "${FEDORA_MAJOR_VERSION}" -lt "39" ]]; then \
|
||||
rpm-ostree override replace \
|
||||
--experimental \
|
||||
--from repo=copr:copr.fedorainfracloud.org:kylegospo:bazzite \
|
||||
|
Loading…
x
Reference in New Issue
Block a user