Merge pull request #301151 from rhysmdnz/edge-libgl
microsoft-edge: Add libGL to to libGLESv2 rpath
This commit is contained in:
commit
989a97ba98
@ -33,6 +33,7 @@
|
||||
, libuuid
|
||||
, systemd
|
||||
, wayland
|
||||
, libGL
|
||||
|
||||
# command line arguments which are always set e.g "--disable-gpu"
|
||||
, commandLineArgs ? ""
|
||||
@ -93,7 +94,7 @@ stdenv.mkDerivation rec {
|
||||
glib nss nspr
|
||||
];
|
||||
libGLESv2 = lib.makeLibraryPath [
|
||||
xorg.libX11 xorg.libXext xorg.libxcb wayland
|
||||
xorg.libX11 xorg.libXext xorg.libxcb wayland libGL
|
||||
];
|
||||
liboneauth = lib.makeLibraryPath [
|
||||
libuuid xorg.libX11
|
||||
|
Loading…
Reference in New Issue
Block a user