Commit 796091d0 authored by Anton Midyukov's avatar Anton Midyukov

basealt.mk: include group "kvm" on aarch64

parent 62bc3cae
ifeq (distro,$(IMAGE_CLASS)) ifeq (distro,$(IMAGE_CLASS))
distro/alt-workstation: workstation_groups_x86 = $(addprefix workstation/,\ distro/alt-workstation: workstation_groups_x86 = $(addprefix workstation/,\
3rdparty kvm clamav cloud-clients freecad \ 3rdparty clamav cloud-clients freecad \
gtk-dictionary smartcard voip-clients) gtk-dictionary smartcard voip-clients)
ifneq (,$(filter-out e2k%,$(ARCH))) ifneq (,$(filter-out e2k%,$(ARCH)))
...@@ -30,9 +30,10 @@ ifeq (,$(filter-out x86_64,$(ARCH))) ...@@ -30,9 +30,10 @@ ifeq (,$(filter-out x86_64,$(ARCH)))
endif endif
@$(call add,MAIN_GROUPS,workstation/gnome-boxes) @$(call add,MAIN_GROUPS,workstation/gnome-boxes)
@$(call add,MAIN_GROUPS,workstation/fractal) @$(call add,MAIN_GROUPS,workstation/fractal)
ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH))) ifeq (,$(filter-out x86_64 aarch64,$(ARCH)))
@$(call add,MAIN_GROUPS,workstation/flatpak) @$(call add,MAIN_GROUPS,workstation/flatpak)
@$(call add,MAIN_GROUPS,workstation/daily-planner) @$(call add,MAIN_GROUPS,workstation/daily-planner)
@$(call add,MAIN_GROUPS,workstation/kvm)
endif endif
ifeq (,$(filter-out p11,$(BRANCH))) ifeq (,$(filter-out p11,$(BRANCH)))
ifeq (,$(filter-out aarch64,$(ARCH))) ifeq (,$(filter-out aarch64,$(ARCH)))
......
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