mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-23 07:29:19 +02:00
Remove deprecated vboxvideo module. Also remove the example xorg.conf file that was using it. Closes: https://bugs.gentoo.org/701088 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
19 lines
420 B
Diff
19 lines
420 B
Diff
The vboxvideo module is deprecated.
|
|
Do not build it when VBOX_NO_LEGACY_XORG_X11 is defined.
|
|
|
|
--- a/src/VBox/Additions/linux/drm/Makefile.kmk
|
|
+++ b/src/VBox/Additions/linux/drm/Makefile.kmk
|
|
@@ -25,6 +25,8 @@
|
|
# SPDX-License-Identifier: GPL-3.0-only
|
|
#
|
|
|
|
+ifndef VBOX_NO_LEGACY_XORG_X11
|
|
+
|
|
SUB_DEPTH = ../../../../..
|
|
include $(KBUILD_PATH)/subheader.kmk
|
|
|
|
@@ -50,3 +52,4 @@
|
|
|
|
include $(FILE_KBUILD_SUB_FOOTER)
|
|
|
|
+endif
|