SDL: split the dev output and fix referrers

This commit is contained in:
Vladimír Čunát
2015-10-13 20:18:56 +02:00
parent 8e381b89a1
commit 9da12a6713
20 changed files with 30 additions and 25 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
patches = [ ./moderinze_cpp.patch ];
preConfigure = ''
export CPPFLAGS="-I${SDL}/include -I${SDL}/include/SDL -I${SDL_mixer}/include"
export CPPFLAGS="-I${SDL.dev}/include -I${SDL.dev}/include/SDL -I${SDL_mixer}/include"
autoreconf -i
'';