Merge pull request #271352 from devusb/sunshine-fix
sunshine: add libglvnd to runtimeDependencies
This commit is contained in:
commit
69d80920b6
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
, libepoxy
|
||||
, libva
|
||||
, libvdpau
|
||||
, libglvnd
|
||||
, numactl
|
||||
, amf-headers
|
||||
, intel-media-sdk
|
||||
|
@ -131,6 +132,7 @@ stdenv.mkDerivation rec {
|
|||
mesa
|
||||
xorg.libXrandr
|
||||
libxcb
|
||||
libglvnd
|
||||
];
|
||||
|
||||
cmakeFlags = [
|
||||
|
|
Loading…
Reference in a new issue