Commit de42f5f4 authored by Michael Shigorin's avatar Michael Shigorin

office: "support" riscv64 here

There are literally no office packages on riscv64 so far, let's ease the need to count that in within pkglists like it was done in slinux/misc-base since this approach makes for unreadable conditional chunks if we look at LO-still being absent on e2k; a common place should be in place.
parent 9513e0aa
ifeq (,$(filter-out riscv64,$(ARCH)))
# not available on riscv64 at the moment
use/office use/office/LibreOffice/still use/office/LibreOffice/full: ; @:
else
use/office:
@$(call add_feature)
ifneq (,$(filter-out riscv64,$(ARCH)))
@$(call try,THE_OFFICE,abiword gnumeric)
@$(call add,THE_PACKAGES,$$(THE_OFFICE))
endif
# support both LibreOffice and LibreOffice-still
use/office/LibreOffice: use/office
......@@ -38,3 +41,5 @@ use/office/LibreOffice/full: use/office/LibreOffice/still \
use/office/calligra: use/office
@$(call set,THE_OFFICE,calligra)
endif # !riscv64
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