qt-3: fix build after libGL transition

This commit is contained in:
Alexander V. Nikolaev 2018-02-24 16:33:33 +02:00
parent 42dcaa91d6
commit 25a78f7234

View File

@ -40,7 +40,7 @@ stdenv.mkDerivation {
-qt-gif
-I${xextproto}/include
${if openglSupport then "-dlopen-opengl
-L${libGLU_combined}/lib -I${mesa}/include
-L${libGLU_combined}/lib -I${libGLU_combined}/include
-L${libXmu.out}/lib -I${libXmu.dev}/include" else ""}
${if threadSupport then "-thread" else "-no-thread"}
${if xrenderSupport then "-xrender -L${libXrender.out}/lib -I${libXrender.dev}/include" else "-no-xrender"}