Commit 62bc3cae authored by Anton Midyukov's avatar Anton Midyukov

basealt.mk: set KFLAVOURS="6.6 6.12" for p11 on aarch64

parent 46d885e3
......@@ -34,6 +34,11 @@ ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH)))
@$(call add,MAIN_GROUPS,workstation/flatpak)
@$(call add,MAIN_GROUPS,workstation/daily-planner)
endif
ifeq (,$(filter-out p11,$(BRANCH)))
ifeq (,$(filter-out aarch64,$(ARCH)))
@$(call set,KFLAVOURS,6.6 6.12)
endif
endif
ifeq (,$(filter-out e2k%,$(ARCH)))
@$(call add,THE_PACKAGES,python-module-serial)
@$(call add,THE_PACKAGES,xorg-drv-smi) # use/x11/smi
......
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