Commit 5a482656 authored by Anton Midyukov's avatar Anton Midyukov

mixin-basealt.mk: do not set KFLAVOURS for sisyphus

kernel-image-un-def will be removed from Sisyphus soon.
parent 2994ac3a
...@@ -21,8 +21,10 @@ mixin/alt-workstation: +systemd +systemd-optimal +pulse +nm \ ...@@ -21,8 +21,10 @@ mixin/alt-workstation: +systemd +systemd-optimal +pulse +nm \
use/browser/firefox use/browser/firefox/esr \ use/browser/firefox use/browser/firefox/esr \
use/cleanup/live-no-cleanupdb use/cleanup/live-no-cleanupdb
ifeq (,$(filter-out x86_64 aarch64,$(ARCH))) ifeq (,$(filter-out x86_64 aarch64,$(ARCH)))
ifneq (,$(filter-out sisyphus,$(BRANCH)))
@$(call set,KFLAVOURS,std-def un-def) @$(call set,KFLAVOURS,std-def un-def)
endif endif
endif
@$(call add,MAIN_LISTS,kernel-headers) @$(call add,MAIN_LISTS,kernel-headers)
@$(call set,BRANDING,alt-workstation) @$(call set,BRANDING,alt-workstation)
@$(call add,THE_BRANDING,mate-settings) @$(call add,THE_BRANDING,mate-settings)
......
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