summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5/5.3-submodules/0005-dlopen-gl.patch
blob: d112427bdd639ddfa6a12dac9a6ed6073c5501ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 6aaf6858bf817172a4c503158e1701c4837ee790 Mon Sep 17 00:00:00 2001
From: Thomas Tuegel <ttuegel@gmail.com>
Date: Mon, 1 Dec 2014 17:23:08 -0600
Subject: [PATCH] dlopen-gl

---
 qtbase/src/plugins/platforms/xcb/qglxintegration.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qtbase/src/plugins/platforms/xcb/qglxintegration.cpp b/qtbase/src/plugins/platforms/xcb/qglxintegration.cpp
index 67235e0..2220a2e 100644
--- a/qtbase/src/plugins/platforms/xcb/qglxintegration.cpp
+++ b/qtbase/src/plugins/platforms/xcb/qglxintegration.cpp
@@ -434,7 +434,7 @@ void (*QGLXContext::getProcAddress(const QByteArray &procName)) ()
             {
                 extern const QString qt_gl_library_name();
 //                QLibrary lib(qt_gl_library_name());
-                QLibrary lib(QLatin1String("GL"));
+                QLibrary lib(QLatin1String("@openglDriver@/lib/libGL"));
                 glXGetProcAddressARB = (qt_glXGetProcAddressARB) lib.resolve("glXGetProcAddressARB");
             }
         }
-- 
2.1.3