From 802b140c2c353fe01858f88422af1487803c4c87 Mon Sep 17 00:00:00 2001 From: jkim Date: Mon, 25 Jul 2016 22:34:21 +0000 Subject: Do not load vboxvideo.ko from vboxguest script. DRI support was removed from the X.Org vboxvideo driver. https://www.virtualbox.org/changeset/59194 PR: 211373 --- emulators/virtualbox-ose-additions/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'emulators') diff --git a/emulators/virtualbox-ose-additions/Makefile b/emulators/virtualbox-ose-additions/Makefile index 54400d51e3e1..532dc7f3ee73 100644 --- a/emulators/virtualbox-ose-additions/Makefile +++ b/emulators/virtualbox-ose-additions/Makefile @@ -125,9 +125,11 @@ EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-src-VBox-Additions-freebsd-drm-Makefile.k .endif VBOX_KMODS= vboxguest:pci/vboxguest -.if ${PORT_OPTIONS:MOPENGL} -VBOX_KMODS+= vboxvideo:vgapci/vboxvideo -.endif +# DRI support was removed from the X.Org vboxvideo driver: +# https://www.virtualbox.org/changeset/59194 +#.if ${PORT_OPTIONS:MOPENGL} +#VBOX_KMODS+= vboxvideo:vgapci/vboxvideo +#.endif pre-everything:: .if ${ARCH} == "amd64" -- cgit