b1ce5a80ee
This reverts commit ae44169139
as libglx has been fixed already; see #27340 and #28782 for
the details, huge thanks go to Alexey Borisenkov for his
thorough investigation and patches as well as to shrek@
and sin@ for their cooperation to get this fixed in Sisyphus.
15 lines
376 B
Makefile
15 lines
376 B
Makefile
+vmguest: use/vmguest/virtualbox use/vmguest/kvm; @:
|
|
|
|
use/vmguest:
|
|
@$(call add_feature)
|
|
|
|
use/vmguest/virtualbox: use/vmguest
|
|
@$(call add,THE_KMODULES,virtualbox-addition drm)
|
|
@$(call add,THE_PACKAGES,virtualbox-guest-additions)
|
|
|
|
# NB: only reasonable for X11-bearing images
|
|
use/vmguest/kvm: use/vmguest
|
|
@$(call add,THE_PACKAGES,spice-vdagent)
|
|
|
|
# see also use/install2/kvm
|