]> git.pld-linux.org Git - packages/chromium-browser.git/blame - dlopen_sonamed_gl.patch
- build nacl with crossnacl toolchain
[packages/chromium-browser.git] / dlopen_sonamed_gl.patch
CommitLineData
f1d0d5f2
ER
1dlopen the sonamed libs directly, like it has already been done for libGL.so.1,
2as we don't want to Depend on the -dev packages for the .so files:
32d6ba9f 3- libosmesa.so.7: Mesa-libOSMesa-7.10-1
bbcc5474 4- libGLESv2.so.2: Mesa-libGLES-7.11-0.20110227.1
32d6ba9f 5- libEGL.so.1: Mesa-libEGL-7.10-1
f1d0d5f2 6
eefa8b73
KK
7--- chromium-browser-14.0.803.0~svn20110625r90472/src/ui/gfx/gl/gl_implementation_linux.cc.orig 2011-06-23 04:01:00.000000000 +0200
8+++ chromium-browser-14.0.803.0~svn20110625r90472/src/ui/gfx/gl/gl_implementation_linux.cc 2011-06-25 06:28:03.219139002 +0200
3ffd4f1e 9@@ -61,7 +61,7 @@
f1d0d5f2
ER
10 }
11
3ffd4f1e 12 base::NativeLibrary library = LoadLibrary(
f1d0d5f2 13- module_path.Append("libosmesa.so"));
32d6ba9f 14+ module_path.Append("libosmesa.so.7"));
3ffd4f1e 15 if (!library)
f1d0d5f2 16 return false;
f1d0d5f2 17
This page took 0.032475 seconds and 4 git commands to generate.