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.
This commit is contained in:
Michael Shigorin 2014-09-16 16:23:39 +04:00
parent 00244a0752
commit 5c4f116b3a

View File

@ -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)