guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: freeglut: Do not build static libraries.


From: guix-commits
Subject: 04/04: gnu: freeglut: Do not build static libraries.
Date: Sat, 11 Jan 2020 17:28:50 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 5f6130473788c074536cee2d29dcb052c3140182
Author: Marius Bakke <address@hidden>
AuthorDate: Sat Jan 4 01:09:59 2020 +0100

    gnu: freeglut: Do not build static libraries.
    
    * gnu/packages/gl.scm (freeglut)[arguments]: Add #:configure-flags.
---
 gnu/packages/gl.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index ad1b845..23904a5 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]