me
/
guix
Archived
1
0
Fork 0

gnu: freeglut: Do not build static libraries.

* gnu/packages/gl.scm (freeglut)[arguments]: Add #:configure-flags.
master
Marius Bakke 2020-01-04 01:09:59 +01:00
parent 6413687044
commit 5f61304737
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 1 deletions

View File

@ -106,7 +106,9 @@ as ASCII text.")
(base32
"0s6sk49q8ijgbsrrryb7dzqx2fa744jhx1wck5cz5jia2010w06l"))))
(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)
("libxi" ,libxi)
("libxrandr" ,libxrandr)