regular.mk: fix availability distro/.regular-wm for non-x86 architectures
Fix regression by commit 18de2f6b4b2cbea94f3034493ecd26684b3ec5d7
This commit is contained in:
parent
6cfa8babbd
commit
5d8db39899
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user