>From f1d491570e5383c764c10a354a8df54f3550a61a Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Sun, 8 Aug 2021 21:25:40 +0300 Subject: [PATCH] REVIEW: slinux: add xscreensaver on non-X86 (cf. slinux/xfce-base) --- 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