Sfoglia il codice sorgente

mkiso: use xfce-wayland on asahi

xorg is not supported by asahi upstream
Daniel Martinez 3 mesi fa
parent
commit
e5d4ea8c2c
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      mkiso.sh

+ 4 - 0
mkiso.sh

@@ -116,6 +116,10 @@ build_variant() {
             GFX_WL_PKGS="mesa-asahi-dri"
             KERNEL_PKG="linux-asahi"
             TARGET_ARCH="aarch64${ARCH#asahi}"
+            if [ "$variant" = xfce ]; then
+                info_msg "xfce is not supported on asahi, switching to xfce-wayland"
+                variant="xfce-wayland"
+            fi
             ;;
     esac