ソースを参照

mkiso: use xfce-wayland on asahi

xorg is not supported by asahi upstream
Daniel Martinez 3 ヶ月 前
コミット
e5d4ea8c2c
1 ファイル変更4 行追加0 行削除
  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