[PATCH] REVIEW: slinux: add xscreensaver on non-X86 (cf. slinux/xfce-base)
Michael Shigorin
mike at altlinux.org
Sun Aug 8 21:25:40 MSK 2021
---
features.in/slinux/config.mk | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/features.in/slinux/config.mk b/features.in/slinux/config.mk
index 5b0230ce6..59a16a921 100644
--- a/features.in/slinux/config.mk
+++ b/features.in/slinux/config.mk
@@ -77,10 +77,14 @@ use/slinux/mixin-base: use/slinux use/x11/xorg use/x11/lightdm/gtk +pulse \
@$(call add,THE_LISTS,$(call tags,base l10n))
@$(call add,THE_KMODULES,staging)
ifeq (,$(filter-out armh aarch64 mipsel e2k%,$(ARCH)))
+ @$(call add,THE_LISTS,$(call tags,base xscreensaver))
@$(call add,THE_LISTS,slinux/browser-firefox)
else
@$(call add,THE_LISTS,slinux/browser-chromium)
endif
+ifeq (,$(filter-out e2k%,$(ARCH)))
+ @$(call add,THE_LISTS,$(call tags,desktop xscreensaver))
+endif
ifeq (,$(filter-out armh aarch64 i586 x86_64,$(ARCH)))
@$(call set,KFLAVOURS,un-def)
endif
--
2.25.4
--gj572EiMnwbLXET9--
More information about the devel-distro
mailing list