Explorar el Código

mkiso: use xfce-wayland on asahi

xorg is not supported by asahi upstream
Daniel Martinez hace 3 meses
padre
commit
e5d4ea8c2c
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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