Commit 69547ae4 authored by Anton Midyukov's avatar Anton Midyukov

mixin.mk: set default session plasma for kde in Sisyphus on aarch64

Enable wayland session by default. Plasma 6 with wayland session on aarch64 works much better than on x11.
parent be5cd329
......@@ -160,6 +160,9 @@ ifeq (,$(filter-out sisyphus,$(BRANCH)))
@$(call add,THE_PACKAGES,xdg-desktop-portal-kde)
@$(call add,THE_PACKAGES,plasma-discover)
@$(call add,THE_PACKAGES,kf5-kirigami)
ifeq (,$(filter-out aarch64,$(ARCH)))
@$(call set,DEFAULT_SESSION,plasma)
endif
else
@$(call add,THE_PACKAGES,plasma5-xdg-desktop-portal-kde)
@$(call add,THE_PACKAGES,plasma5-discover)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment