heroic: fix cursor issues
Fix the Xorg mouse issues initialy found with Lutris in: https://github.com/NixOS/nixpkgs/pull/348533
This commit is contained in:
parent
434c6fadcd
commit
f865c76c3e
@ -44,6 +44,7 @@ buildFHSEnv {
|
||||
let
|
||||
xorgDeps =
|
||||
pkgs: with pkgs.xorg; [
|
||||
libICE
|
||||
libpthreadstubs
|
||||
libSM
|
||||
libX11
|
||||
@ -53,11 +54,15 @@ buildFHSEnv {
|
||||
libXcursor
|
||||
libXdmcp
|
||||
libXext
|
||||
libXfixes
|
||||
libXi
|
||||
libXinerama
|
||||
libXmu
|
||||
libXrandr
|
||||
libXrender
|
||||
libXScrnSaver
|
||||
libXt
|
||||
libXtst
|
||||
libXv
|
||||
libXxf86vm
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user