Commit dc879f1d authored by Anton Midyukov's avatar Anton Midyukov

regular.mk: fix conditions for regular-xfce

Set KFLAVOR to un-def for starterkit, as it was before.
parent 61f66b08
......@@ -138,12 +138,11 @@ distro/regular-gnustep-systemd: distro/.regular-wm +systemd \
mixin/regular-wmaker mixin/regular-gnustep; @:
distro/regular-xfce: distro/.regular-gtk mixin/regular-xfce; @:
ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH)))
ifeq (,$(BRANCH))
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call set,KFLAVOURS,std-def un-def)
endif
ifeq (,$(filter-out aarch64,$(ARCH)))
@$(call set,KFLAVOURS,mp un-def)
else
@$(call set,KFLAVOURS,un-def)
endif
endif
......
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