mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: freeglut: Do not build static libraries.
* gnu/packages/gl.scm (freeglut)[arguments]: Add #:configure-flags.
This commit is contained in:
parent
6413687044
commit
5f61304737
1 changed files with 3 additions and 1 deletions
|
@ -106,7 +106,9 @@ (define-public freeglut
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue