nixpkgs-suyu/pkgs/applications/networking/browsers/chromium
Ambroz Bizjak 6a0a073187 chromium: Fix running with --use-gl=egl.
When Chromium is using EGL, it dlopen's libGLESv2. Before this fix, this failed
with a not-found error. Fix it by adding libGL to the RUNPATH of the binary.

This problem does not have a visible impact on typical desktop system because
Chromium uses GLX by default. It only matters when Chromium is started with
--use-gl=egl (which makes it use OpenGL ES via EGL instead of desktop OpenGL
via GLX), and probably on certain embedded systems which only support OpenGL
ES.

With this fix, Chromium runs fine for me with --use-gl=egl and the NVidia
driver, and the about:gpu page indicates that it is indeed using OpenGL ES and
EGL.
2019-07-15 17:03:56 +02:00
..
patches chromium: 74.0.3729.157 -> 75.0.3770.80 2019-06-05 09:27:52 +00:00
browser.nix Merge pull request from JohnAZoidberg/chromium-upstream-desktop-entry 2019-05-27 18:28:20 +02:00
common.nix chromium: Fix running with --use-gl=egl. 2019-07-15 17:03:56 +02:00
default.nix treewide: remove unused variables () 2019-06-16 19:59:05 +00:00
plugins.nix flashplayer: 32.0.0.207 -> 32.0.0.223 2019-07-11 09:51:49 +02:00
update.nix chromium/updater: Fix usage of insecure MD5 hashes 2019-03-31 22:41:44 +02:00
update.sh chromium/update.sh: don't use remote builders, lots of copying for work 2018-10-12 12:20:35 +02:00
upstream-info.nix chromium: 75.0.3770.80 -> 75.0.3770.90 2019-06-14 21:17:45 +00:00