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:
Alexandros Theodotou 2020-02-02 16:26:44 +00:00 committed by Marius Bakke
parent 7edafc884c
commit bbd1e4e7ed
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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