]> git.pld-linux.org Git - packages/chromium-browser.git/blame - dlopen_sonamed_gl.patch
synced remove_bundled_libraries with gentoo ebuild
[packages/chromium-browser.git] / dlopen_sonamed_gl.patch
CommitLineData
f1d0d5f2 1dlopen the sonamed libs directly, like it has already been done for libGL.so.1,
6aabcafd 2as we don't want to Depend on the -devel packages for the .so files:
fb336f24
ER
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
236719e5
ER
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 @@
fb336f24
ER
9 return false;
10 }
f1d0d5f2 11
6aabcafd
ER
12- base::FilePath library_path = module_path.Append("libosmesa.so");
13+ base::FilePath library_path = module_path.Append("libOSMesa.so.8");
236719e5
ER
14 base::NativeLibrary library = LoadLibraryAndPrintError(library_path);
15 if (!library)
16 return false;
This page took 0.030391 seconds and 4 git commands to generate.