Commit dc123d27 authored by Anton Midyukov's avatar Anton Midyukov

office: fix for risv64, add abiword, gnumeric

parent d103fe97
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)
@$(call try,THE_OFFICE,abiword gnumeric)
@$(call add,THE_PACKAGES,$$(THE_OFFICE))
ifeq (,$(filter-out riscv64,$(ARCH)))
# other office not available on riscv64 at the moment
use/office/%: use/office; @:
else
# support both LibreOffice and LibreOffice-still
use/office/LibreOffice: use/office
@$(call set,THE_OFFICE,LibreOffice$$(LO_FLAVOUR))
......
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