gnu: freeglut: Do not build static libraries.
* gnu/packages/gl.scm (freeglut)[arguments]: Add #:configure-flags.master
parent
6413687044
commit
5f61304737
|
@ -106,7 +106,9 @@ as ASCII text.")
|
||||||
(base32
|
(base32
|
||||||
"0s6sk49q8ijgbsrrryb7dzqx2fa744jhx1wck5cz5jia2010w06l"))))
|
"0s6sk49q8ijgbsrrryb7dzqx2fa744jhx1wck5cz5jia2010w06l"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments '(#:tests? #f)) ; no test target
|
(arguments
|
||||||
|
'(#:tests? #f ;no test target
|
||||||
|
#:configure-flags '("-DFREEGLUT_BUILD_STATIC_LIBS=OFF")))
|
||||||
(inputs `(("libx11" ,libx11)
|
(inputs `(("libx11" ,libx11)
|
||||||
("libxi" ,libxi)
|
("libxi" ,libxi)
|
||||||
("libxrandr" ,libxrandr)
|
("libxrandr" ,libxrandr)
|
||||||
|
|
Reference in New Issue