regular.mk: add xorg-drv-vmware to .regular-wm (for VirtualBox)

xorg-dri-vmwgfx + modesetting still work very poorly together.
This commit is contained in:
Anton Midyukov 2023-12-12 13:55:32 +07:00
parent 2d90cb29b1
commit 18de2f6b4b

View File

@ -50,6 +50,7 @@ distro/.regular-wm: distro/.regular-x11 \
use/live/rw +live-installer
@$(call set,GRUB_DEFAULT,live)
@$(call set,SYSLINUX_DEFAULT,live)
@$(call add,THE_PACKAGES,xorg-drv-vmware) # for virtualbox with VMSVGA
# DE base target
# TODO: use/plymouth/live when luks+plymouth is done, see also #28255