guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: libcaca: Don't build static library.


From: guix-commits
Subject: 02/02: gnu: libcaca: Don't build static library.
Date: Wed, 11 Nov 2020 07:18:00 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 12c40ca91979f38f759cd6e976576ee0b2218543
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Nov 11 14:16:21 2020 +0200

    gnu: libcaca: Don't build static library.
    
    * gnu/packages/video.scm (libcaca)[arguments]: Add configure-flag to
    skip static library.
---
 gnu/packages/video.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 9a16b50..76ea742 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1228,6 +1228,8 @@ ASS/SSA (Advanced Substation Alpha/SubStation Alpha) 
subtitle format.")
                (base32
                 "1x3j6yfyxl52adgnabycr0n38j9hx2j74la0hz0n8cnh9ry4d2qj"))))
     (build-system gnu-build-system)
+    (arguments
+     '(#:configure-flags '("--disable-static")))
     (native-inputs `(("pkg-config" ,pkg-config)))
     (inputs
      `(("freeglut" ,freeglut)



reply via email to

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