Commit bd207874 authored by Anton Midyukov's avatar Anton Midyukov

basealt.mk: use vm/archdep for vm/alt-workstation

parent 66415008
......@@ -73,18 +73,9 @@ else
@$(call add,THE_LISTS,workstation/libreoffice)
endif
vm/alt-workstation:: vm/.alt-workstation +vmguest
vm/alt-workstation: vm/.alt-workstation mixin/vm-archdep +vmguest
@$(call add,THE_LISTS,$(mediaplayer))
ifeq (,$(filter-out aarch64 riscv64,$(ARCH)))
vm/alt-workstation:: use/uboot
@$(call add,BASE_LISTS,uboot)
endif
ifeq (,$(filter-out aarch64,$(ARCH)))
vm/alt-workstation:: use/no-sleep use/arm-rpi4; @:
endif
ifeq (,$(filter-out aarch64,$(ARCH)))
vm/alt-workstation-rpi: vm/.alt-workstation use/arm-rpi4/full
@$(call set,THE_BROWSER,chromium)
......
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