chore(f39): Restore waydroid package

This commit is contained in:
Kyle Gospodnetich 2023-10-01 14:39:57 -07:00
parent 5626a67ade
commit 19a87715ba

View File

@ -167,12 +167,10 @@ RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
RUN if grep -qv "nvidia" <<< "${IMAGE_NAME}"; then \
rpm-ostree install \
rocm-hip \
rocm-opencl && \
if [ ${FEDORA_MAJOR_VERSION} -lt 39 ]; then \
rpm-ostree install \
waydroid \
weston \
; fi \
rocm-opencl \
waydroid \
lzip \
weston \
; else \
rpm-ostree override remove \
distrobox && \