Преглед на файлове

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