treewide: Make explicit that 'dev' output of libXcursor is used

This commit is contained in:
Tuomas Tynkkynen
2016-05-19 10:04:39 +02:00
committed by Vladimír Čunát
parent c857552da8
commit b0d0752f2a
+1 -1
View File
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
NIX_CFLAGS_COMPILE = [
"-I${xproto}/include/X11"
"-I${libX11.dev}/include/X11"
"-I${libXcursor}/include/X11"
"-I${libXcursor.dev}/include/X11"
"-I${SDL}/include/SDL"
"-I${SDL2}/include/SDL2"
];