love_0_10: add missing xorg.libX11 depend (#396117)
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
autoconf,
|
||||
automake,
|
||||
libtool,
|
||||
xorg,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@@ -40,6 +41,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
buildInputs = [
|
||||
SDL2
|
||||
xorg.libX11 # SDl2 optional depend, for SDL_syswm.h
|
||||
libGLU
|
||||
libGL
|
||||
openal
|
||||
|
||||
Reference in New Issue
Block a user