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
|
let
|
||||||
xorgDeps =
|
xorgDeps =
|
||||||
pkgs: with pkgs.xorg; [
|
pkgs: with pkgs.xorg; [
|
||||||
|
libICE
|
||||||
libpthreadstubs
|
libpthreadstubs
|
||||||
libSM
|
libSM
|
||||||
libX11
|
libX11
|
||||||
@ -53,11 +54,15 @@ buildFHSEnv {
|
|||||||
libXcursor
|
libXcursor
|
||||||
libXdmcp
|
libXdmcp
|
||||||
libXext
|
libXext
|
||||||
|
libXfixes
|
||||||
libXi
|
libXi
|
||||||
libXinerama
|
libXinerama
|
||||||
libXmu
|
libXmu
|
||||||
libXrandr
|
libXrandr
|
||||||
libXrender
|
libXrender
|
||||||
|
libXScrnSaver
|
||||||
|
libXt
|
||||||
|
libXtst
|
||||||
libXv
|
libXv
|
||||||
libXxf86vm
|
libXxf86vm
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user