guix-commits
[Top][All Lists]
Advanced

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

82/94: gnu: cairo: Do not build static libraries.


From: guix-commits
Subject: 82/94: gnu: cairo: Do not build static libraries.
Date: Thu, 5 Dec 2019 12:15:41 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit a114b262d5c5b0e93791a4f4f19ec4459990d40b
Author: Marius Bakke <address@hidden>
Date:   Wed Dec 4 05:18:03 2019 +0100

    gnu: cairo: Do not build static libraries.
    
    * gnu/packages/gtk.scm (cairo)[arguments]: Add "--disable-static" to 
#:configure-flags.
---
 gnu/packages/gtk.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 80a7e39..ea2b087 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -145,7 +145,8 @@ tools have full access to view and control running 
applications.")
       ("python" ,python-wrapper)))
     (arguments
      `(#:tests? #f  ; see 
http://lists.gnu.org/archive/html/bug-guix/2013-06/msg00085.html
-       #:configure-flags '("--enable-tee")))  ; needed for GNU Icecat
+       #:configure-flags '("--enable-tee"      ;needed for GNU Icecat
+                           "--disable-static")))
    (synopsis "2D graphics library")
    (description
     "Cairo is a 2D graphics library with support for multiple output devices.



reply via email to

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