ati-drivers: fix aticonfig segmentation fault
Fix aticonfig tool by setting libXinerama to LD_LIBRARY_PATH
This commit is contained in:
parent
ed9ce850fd
commit
3c677fde65
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
|
|||||||
patchPhase = "patch -p0 < ${./gentoo-patches.patch}";
|
patchPhase = "patch -p0 < ${./gentoo-patches.patch}";
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ xlibs.libXext xlibs.libX11
|
[ xlibs.libXext xlibs.libX11 xlibs.libXinerama
|
||||||
xlibs.libXrandr which imake makeWrapper
|
xlibs.libXrandr which imake makeWrapper
|
||||||
patchelf
|
patchelf
|
||||||
unzip
|
unzip
|
||||||
@ -54,6 +54,7 @@ stdenv.mkDerivation rec {
|
|||||||
"${xorg.libXrender}/lib"
|
"${xorg.libXrender}/lib"
|
||||||
"${xorg.libXext}/lib"
|
"${xorg.libXext}/lib"
|
||||||
"${xorg.libX11}/lib"
|
"${xorg.libX11}/lib"
|
||||||
|
"${xorg.libXinerama}/lib"
|
||||||
];
|
];
|
||||||
|
|
||||||
# without this some applications like blender don't start, but they start
|
# without this some applications like blender don't start, but they start
|
||||||
|
Loading…
x
Reference in New Issue
Block a user