mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 03:20:04 +01:00
gnu: cairo: Do not build static libraries.
* gnu/packages/gtk.scm (cairo)[arguments]: Add "--disable-static" to #:configure-flags.
This commit is contained in:
parent
defcbeae46
commit
a114b262d5
1 changed files with 2 additions and 1 deletions
|
@ -145,7 +145,8 @@ tools have full access to view and control running applications.")
|
||||||
("python" ,python-wrapper)))
|
("python" ,python-wrapper)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; see http://lists.gnu.org/archive/html/bug-guix/2013-06/msg00085.html
|
`(#: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")
|
(synopsis "2D graphics library")
|
||||||
(description
|
(description
|
||||||
"Cairo is a 2D graphics library with support for multiple output devices.
|
"Cairo is a 2D graphics library with support for multiple output devices.
|
||||||
|
|
Loading…
Add table
Reference in a new issue