]> git.pld-linux.org Git - packages/chromium-browser.git/commitdiff
- updated for 14.0.803.0 auto/th/chromium-browser-14_0_803_0-0_90472_1
authorKarol Krenski <charles@pld-linux.org>
Sat, 25 Jun 2011 05:22:09 +0000 (05:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dlopen_sonamed_gl.patch -> 1.7

dlopen_sonamed_gl.patch

index b26de469f6202c7193139a2d1f1933aae7c4b91a..aed24c9ef05d61f40c97f13297c68e206d73d688 100644 (file)
@@ -4,8 +4,8 @@ as we don't want to Depend on the -dev packages for the .so files:
 - libGLESv2.so.2: Mesa-libGLES-7.11-0.20110227.1
 - libEGL.so.1: Mesa-libEGL-7.10-1
 
---- chromium-browser-12.0.741.0~svn20110419r82050/src/ui/gfx/gl/gl_implementation_linux.cc~    2011-04-19 05:00:54.000000000 +0300
-+++ chromium-browser-12.0.741.0~svn20110419r82050/src/ui/gfx/gl/gl_implementation_linux.cc     2011-04-19 20:35:27.149741018 +0300
+--- chromium-browser-14.0.803.0~svn20110625r90472/src/ui/gfx/gl/gl_implementation_linux.cc.orig        2011-06-23 04:01:00.000000000 +0200
++++ chromium-browser-14.0.803.0~svn20110625r90472/src/ui/gfx/gl/gl_implementation_linux.cc     2011-06-25 06:28:03.219139002 +0200
 @@ -61,7 +61,7 @@
        }
  
@@ -25,6 +25,6 @@ as we don't want to Depend on the -dev packages for the .so files:
          return false;
 -      base::NativeLibrary egl_library = LoadLibrary("libEGL.so");
 +      base::NativeLibrary egl_library = LoadLibrary("libEGL.so.1");
-       if (!egl_library)
+       if (!egl_library) {
+         base::UnloadNativeLibrary(gles_library);
          return false;
This page took 1.489608 seconds and 4 git commands to generate.