]> 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 a040e199d6a941f9548b8627313448009bb0cb16..116793698c65892d2f05c63d7353c6927d2d0f8a 100644 (file)
@@ -1,16 +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:
+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-30.0.1599.66/./ui/gl/gl_implementation_linux.cc~  2013-09-28 20:10:53.000000000 +0300
-+++ chromium-browser-30.0.1599.66/./ui/gl/gl_implementation_linux.cc   2013-10-02 20:06:36.152324746 +0300
+--- 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::NativeLibrary library = LoadLibrary(module_path.Append("libosmesa.so"));
-+  base::NativeLibrary library = LoadLibrary(module_path.Append("libOSMesa.so.8"));
+-  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.039429 seconds and 4 git commands to generate.