]> git.pld-linux.org Git - packages/chromium-browser.git/blob - dlopen_sonamed_gl.patch
disable arekm patch, it doesn't compile
[packages/chromium-browser.git] / dlopen_sonamed_gl.patch
1 dlopen the sonamed libs directly, like it has already been done for libGL.so.1,
2 as we don't want to Depend on the -dev packages for the .so files:
3 - libOSMesa.so.8: Mesa-libOSMesa-9.2.0-2
4 - libGLESv2.so.2: Mesa-libGLES-9.2.0-2
5 - libEGL.so.1: Mesa-libEGL-9.2.0-2
6 --- chromium-browser-30.0.1599.66/./ui/gl/gl_implementation_linux.cc~   2013-09-28 20:10:53.000000000 +0300
7 +++ chromium-browser-30.0.1599.66/./ui/gl/gl_implementation_linux.cc    2013-10-02 20:06:36.152324746 +0300
8 @@ -37,7 +37,7 @@
9      return false;
10    }
11  
12 -  base::NativeLibrary library = LoadLibrary(module_path.Append("libosmesa.so"));
13 +  base::NativeLibrary library = LoadLibrary(module_path.Append("libOSMesa.so.8"));
14    if (!library)
15      return false;
16  
This page took 0.025784 seconds and 3 git commands to generate.