Commit 8928220b authored by Mikhail Efremov's avatar Mikhail Efremov Committed by Anton Midyukov

workstation: Blender is 64bit-only now

parent 5594e9d9
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 blender clamav cloud-clients freecad \ 3rdparty clamav cloud-clients freecad \
gtk-dictionary kvm smartcard voip-clients vlc) gtk-dictionary kvm smartcard voip-clients vlc)
distro/alt-workstation: distro/.base +vmguest +wireless +efi \ distro/alt-workstation: distro/.base +vmguest +wireless +efi \
...@@ -20,6 +20,7 @@ ifeq (,$(filter-out i586 x86_64,$(ARCH))) ...@@ -20,6 +20,7 @@ ifeq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call add,LIVE_LISTS,workstation/vlc) @$(call add,LIVE_LISTS,workstation/vlc)
endif endif
ifeq (,$(filter-out x86_64,$(ARCH))) ifeq (,$(filter-out x86_64,$(ARCH)))
@$(call add,MAIN_GROUPS,workstation/blender)
@$(call add,MAIN_GROUPS,workstation/virtualbox) @$(call add,MAIN_GROUPS,workstation/virtualbox)
@$(call add,BASE_KMODULES,kvm virtualbox) @$(call add,BASE_KMODULES,kvm virtualbox)
endif 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