]> git.pld-linux.org Git - packages/chromium-browser.git/blob - dlopen_sonamed_gl.patch
- pl
[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 -devel 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-36.0.1985.143/ui/gl/gl_implementation_osmesa.cc~   2014-08-12 22:02:27.000000000 +0300
7 +++ chromium-browser-36.0.1985.143/ui/gl/gl_implementation_osmesa.cc    2014-08-18 23:09:25.208179075 +0300
8 @@ -37,7 +37,7 @@
9      return false;
10    }
11  
12 -  base::FilePath library_path = module_path.Append("libosmesa.so");
13 +  base::FilePath library_path = module_path.Append("libOSMesa.so.8");
14    base::NativeLibrary library = LoadLibraryAndPrintError(library_path);
15    if (!library)
16      return false;
This page took 0.059321 seconds and 3 git commands to generate.