mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: cairo: Add support for XML.
* gnu/packages/gtk.scm (cairo)[arguments]: Add enable-xml flag. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
parent
7edafc884c
commit
bbd1e4e7ed
1 changed files with 1 additions and 0 deletions
|
@ -147,6 +147,7 @@ (define-public cairo
|
|||
(arguments
|
||||
`(#:tests? #f ; see http://lists.gnu.org/archive/html/bug-guix/2013-06/msg00085.html
|
||||
#:configure-flags '("--enable-tee" ;needed for GNU Icecat
|
||||
"--enable-xml" ;for cairo-xml support
|
||||
"--disable-static")))
|
||||
(synopsis "2D graphics library")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue