gnu: cairo: Do not build static libraries.

* gnu/packages/gtk.scm (cairo)[arguments]: Add "--disable-static" to #:configure-flags.
This commit is contained in:
Marius Bakke 2019-12-04 05:18:03 +01:00
parent defcbeae46
commit a114b262d5
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -145,7 +145,8 @@ (define-public cairo
("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.