Commit 5d8db398 authored by Anton Midyukov's avatar Anton Midyukov

regular.mk: fix availability distro/.regular-wm for non-x86 architectures

Fix regression by commit 18de2f6b
parent 6cfa8bab
......@@ -52,7 +52,9 @@ distro/.regular-wm: distro/.regular-x11 \
use/live/rw +live-installer
@$(call set,GRUB_DEFAULT,live)
@$(call set,SYSLINUX_DEFAULT,live)
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call add,THE_PACKAGES,xorg-drv-vmware) # for virtualbox with VMSVGA
endif
# DE base target
# TODO: use/plymouth/live when luks+plymouth is done, see also #28255
......
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