]> git.pld-linux.org Git - packages/chromium-browser.git/blobdiff - dlopen_sonamed_gl.patch
Do not use bundled clang.
[packages/chromium-browser.git] / dlopen_sonamed_gl.patch
index 9ac9fe50726f91360e50cb3bfc572b9a94b4781f..116793698c65892d2f05c63d7353c6927d2d0f8a 100644 (file)
@@ -1,17 +1,16 @@
 dlopen the sonamed libs directly, like it has already been done for libGL.so.1,
-as we don't want to Depend on the -dev packages for the .so files:
-- libosmesa.so.7: Mesa-libOSMesa-7.10-1
-- libGLESv2.so.2: Mesa-libGLES-7.11-0.20110227.1
-- libEGL.so.1: Mesa-libEGL-7.10-1
-
---- 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 @@
-       }
-       base::NativeLibrary library = LoadLibrary(
--          module_path.Append("libosmesa.so"));
-+          module_path.Append("libosmesa.so.7"));
-       if (!library)
-         return false;
+as we don't want to Depend on the -devel packages for the .so files:
+- libOSMesa.so.8: Mesa-libOSMesa-9.2.0-2
+- libGLESv2.so.2: Mesa-libGLES-9.2.0-2
+- libEGL.so.1: Mesa-libEGL-9.2.0-2
+--- chromium-browser-36.0.1985.143/ui/gl/gl_implementation_osmesa.cc~  2014-08-12 22:02:27.000000000 +0300
++++ chromium-browser-36.0.1985.143/ui/gl/gl_implementation_osmesa.cc   2014-08-18 23:09:25.208179075 +0300
+@@ -37,7 +37,7 @@
+     return false;
+   }
  
+-  base::FilePath library_path = module_path.Append("libosmesa.so");
++  base::FilePath library_path = module_path.Append("libOSMesa.so.8");
+   base::NativeLibrary library = LoadLibraryAndPrintError(library_path);
+   if (!library)
+     return false;
This page took 0.028207 seconds and 4 git commands to generate.