]> 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 4043c866fa822e3354bd80a0bf5ccb20e0e29d41..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-28.0.1500.20/ui/gl/gl_implementation_x11.cc~      2013-05-21 05:45:59.000000000 +0300
-+++ chromium-browser-28.0.1500.20/ui/gl/gl_implementation_x11.cc       2013-05-28 00:21:02.745914853 +0300
-@@ -79,7 +79,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.057854 seconds and 4 git commands to generate.