Commit c42c600e authored by Michael Shigorin's avatar Michael Shigorin Committed by Anton Midyukov

slinux: add xscreensaver on e2k (cf. slinux/xfce-base)

sem@ noted that there were come problems observed with xfce4-screensaver and advised to use xscreensaver if relevant. The initial version of the commit added "base+xscreensaver" pkglist on armh aarch64 mipsel too but I chose to rather refrain from messing up/with what I can't even test.
parent 74f04dcf
......@@ -90,6 +90,9 @@ endif
ifeq (,$(filter-out riscv64,$(ARCH)))
@$(call add,THE_PACKAGES,abiword gnumeric)
endif
ifeq (,$(filter-out e2k%,$(ARCH)))
@$(call add,THE_LISTS,$(call tags,xscreensaver && (base || desktop)))
endif
ifeq (,$(filter-out armh aarch64 i586 x86_64,$(ARCH)))
@$(call set,KFLAVOURS,std-def)
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