Olaf Hering
d27c52e190
Add popup for USB passthru security (boo#953018). OBS-URL: https://build.opensuse.org/request/show/342960 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=233
12 lines
429 B
Diff
12 lines
429 B
Diff
--- VirtualBox-5.0.8/Config.kmk.orig 2015-10-28 14:20:16.890267889 -0500
|
|
+++ VirtualBox-5.0.8/Config.kmk 2015-10-28 14:22:09.734462286 -0500
|
|
@@ -327,6 +327,8 @@ endif
|
|
ifdef VBOX_ONLY_SDK
|
|
VBOX_WITHOUT_ADDITIONS = 1
|
|
endif
|
|
+# Build the KMS versions of the Guest Additions
|
|
+VBOX_WITH_GUEST_KMS_DRIVER=1
|
|
# Don't create the additions ISO.
|
|
# (Used by the additions build server, don't invert it.)
|
|
#VBOX_WITHOUT_ADDITIONS_ISO = 1
|