qt-3: fix build after libGL transition
This commit is contained in:
parent
42dcaa91d6
commit
25a78f7234
@ -40,7 +40,7 @@ stdenv.mkDerivation {
|
|||||||
-qt-gif
|
-qt-gif
|
||||||
-I${xextproto}/include
|
-I${xextproto}/include
|
||||||
${if openglSupport then "-dlopen-opengl
|
${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 ""}
|
-L${libXmu.out}/lib -I${libXmu.dev}/include" else ""}
|
||||||
${if threadSupport then "-thread" else "-no-thread"}
|
${if threadSupport then "-thread" else "-no-thread"}
|
||||||
${if xrenderSupport then "-xrender -L${libXrender.out}/lib -I${libXrender.dev}/include" else "-no-xrender"}
|
${if xrenderSupport then "-xrender -L${libXrender.out}/lib -I${libXrender.dev}/include" else "-no-xrender"}
|
||||||
|
Loading…
Reference in New Issue
Block a user