Skip to content

Commit e5d4ea8

Browse files
Daniel Martinezclassabbyamp
Daniel Martinez
authored andcommitted
mkiso: use xfce-wayland on asahi
xorg is not supported by asahi upstream
1 parent a64f34c commit e5d4ea8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mkiso.sh

+4
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ build_variant() {
116116
GFX_WL_PKGS="mesa-asahi-dri"
117117
KERNEL_PKG="linux-asahi"
118118
TARGET_ARCH="aarch64${ARCH#asahi}"
119+
if [ "$variant" = xfce ]; then
120+
info_msg "xfce is not supported on asahi, switching to xfce-wayland"
121+
variant="xfce-wayland"
122+
fi
119123
;;
120124
esac
121125

0 commit comments

Comments
 (0)