Commit 94e35d5d authored by Anton Midyukov's avatar Anton Midyukov

mixin-basealt.mk: do not use std-def for all other ARCHES

There is no need to set std-def, it is already default on those architectures where it is available. Uses package list 'kernel-headers' allows to not depend to specific kernels.
parent c894cfdf
......@@ -22,13 +22,8 @@ mixin/alt-workstation: +systemd +systemd-optimal +pulse +nm \
use/cleanup/live-no-cleanupdb
ifeq (,$(filter-out x86_64 aarch64,$(ARCH)))
@$(call set,KFLAVOURS,std-def un-def)
@$(call add,MAIN_PACKAGES,kernel-headers-modules-un-def)
@$(call add,MAIN_PACKAGES,kernel-headers-un-def)
else
@$(call set,KFLAVOURS,std-def)
endif
@$(call add,MAIN_PACKAGES,kernel-headers-modules-std-def)
@$(call add,MAIN_PACKAGES,kernel-headers-std-def)
@$(call add,MAIN_LISTS,kernel-headers)
@$(call set,BRANDING,alt-workstation)
@$(call add,THE_BRANDING,mate-settings)
@$(call add,COMMON_PACKAGES,vim-console)
......
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