summarylogtreecommitdiffstats
path: root/mesa.patch
diff options
context:
space:
mode:
authoreolianoe2015-10-20 18:56:28 +0200
committereolianoe2015-10-20 18:56:28 +0200
commit0169a04c595c2e9e117524051aebf0221de39466 (patch)
tree225727ecd6dbebc5e27dde68100fd4299a440698 /mesa.patch
downloadaur-0169a04c595c2e9e117524051aebf0221de39466.tar.gz
Initial commit
Diffstat (limited to 'mesa.patch')
-rw-r--r--mesa.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/mesa.patch b/mesa.patch
new file mode 100644
index 000000000000..0d9c565065ce
--- /dev/null
+++ b/mesa.patch
@@ -0,0 +1,11 @@
+--- a/Rendering/OpenGL/vtkXOpenGLRenderWindow.cxx.orig 2014-11-23 22:16:50.000000000 +0100
++++ b/Rendering/OpenGL/vtkXOpenGLRenderWindow.cxx 2014-11-23 22:16:59.000000000 +0100
+@@ -27,7 +27,7 @@
+
+ // define GLX_GLXEXT_LEGACY to prevent glx.h to include glxext.h provided by
+ // the system
+-//#define GLX_GLXEXT_LEGACY
++#define GLX_GLXEXT_LEGACY
+ #include "GL/glx.h"
+
+ #include "vtkgl.h"