--- work/VirtualBox-5.0.0/Config.kmk.orig 2015-07-16 19:31:03.491393459 -0300 +++ work/VirtualBox-5.0.0/Config.kmk 2015-07-16 19:31:17.936986273 -0300 @@ -645,12 +645,12 @@ # Enable S3 support (requires libcurl) VBOX_WITH_S3 = 1 # Enable Host=>Guest Drag'n'Drop -if1of ($(KBUILD_TARGET), darwin linux solaris win) - VBOX_WITH_DRAG_AND_DROP = 1 - if1of ($(KBUILD_TARGET), darwin linux solaris win) - VBOX_WITH_DRAG_AND_DROP_GH = $(VBOX_WITH_DRAG_AND_DROP) - endif -endif +#if1of ($(KBUILD_TARGET), darwin linux solaris win) +# VBOX_WITH_DRAG_AND_DROP = 1 +# if1of ($(KBUILD_TARGET), darwin linux solaris win) +# VBOX_WITH_DRAG_AND_DROP_GH = $(VBOX_WITH_DRAG_AND_DROP) +# endif +#endif # Enables use of merge modules in the windows installer. This will increase # the overall installer size significantly because merge modules are not able # to use a common .cab file to reduce their size.