diff options
Diffstat (limited to 'patches/012_virtualbox-6.1.0-include_opengl_headers.patch')
-rw-r--r-- | patches/012_virtualbox-6.1.0-include_opengl_headers.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/patches/012_virtualbox-6.1.0-include_opengl_headers.patch b/patches/012_virtualbox-6.1.0-include_opengl_headers.patch new file mode 100644 index 0000000..12ecc56 --- /dev/null +++ b/patches/012_virtualbox-6.1.0-include_opengl_headers.patch @@ -0,0 +1,18 @@ +https://bugs.gentoo.org/702990 + +Submitted-by: Bernd Feige <Bernd.Feige@gmx.net> + +Index: VirtualBox-6.1.0/src/VBox/Main/src-helper-apps/OpenGLTest/OpenGLTestApp.cpp +=================================================================== +--- VirtualBox-6.1.0/src/VBox/Main/src-helper-apps/OpenGLTest/OpenGLTestApp.cpp ++++ VirtualBox-6.1.0/src/VBox/Main/src-helper-apps/OpenGLTest/OpenGLTestApp.cpp +@@ -49,6 +49,9 @@ + #include <VBox/version.h> + #endif + ++#include <GL/gl.h> ++#include <GL/glu.h> ++ + #ifdef VBOX_WITH_VIDEOHWACCEL + #include <QGLWidget> + #include <QApplication> |