Commit 5c4f116b authored by Michael Shigorin's avatar Michael Shigorin

vmguest: handle vmware x11 driver

xorg-drv-vmware is desirable for guests with X11 but undesirable for text-only ones; let's provide this knob at least but ideal m-p would figure out that an image with use/x11 and use/vmguest/vmware should receive this intersection either.
parent 00244a07
......@@ -21,3 +21,6 @@ use/vmguest/kvm: use/vmguest
use/vmguest/vmware:
@$(call add,THE_KMODULES,vmware)
@$(call add,THE_KMODULES,scsi) # mptspi.ko
use/vmguest/vmware/x11: use/vmguest/vmware
@$(call add,THE_PACKAGES,xorg-drv-vmware)
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