Skip to content

Commit 0c26e6b

Browse files
committed
fix(f39): Exclude Deck mesa changes for now
1 parent 190b676 commit 0c26e6b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Containerfile

+9-9
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,8 @@ RUN if grep -qv "nokmods" <<< ${IMAGE_FLAVOR}; then \
276276
; fi
277277

278278
# Install gamescope-limiter patched Mesa and patched udisks2 (Needed for SteamOS SD card mounting)
279-
RUN rpm-ostree override replace \
279+
RUN if [ ${FEDORA_MAJOR_VERSION} -lt 39 ]; then \
280+
rpm-ostree override replace \
280281
--experimental \
281282
--from repo=copr:copr.fedorainfracloud.org:kylegospo:bazzite-multilib \
282283
mesa-filesystem \
@@ -287,14 +288,13 @@ RUN rpm-ostree override replace \
287288
mesa-libGL \
288289
mesa-libglapi \
289290
mesa-vulkan-drivers && \
290-
if [ ${FEDORA_MAJOR_VERSION} -lt 39 ]; then \
291-
rpm-ostree override replace \
292-
--experimental \
293-
--from repo=copr:copr.fedorainfracloud.org:kylegospo:bazzite \
294-
udisks2 \
295-
libudisks2 \
296-
udisks2-btrfs \
297-
; fi
291+
rpm-ostree override replace \
292+
--experimental \
293+
--from repo=copr:copr.fedorainfracloud.org:kylegospo:bazzite \
294+
udisks2 \
295+
libudisks2 \
296+
udisks2-btrfs \
297+
; fi
298298

299299
# Configure KDE & GNOME
300300
RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \

0 commit comments

Comments
 (0)