mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-09 22:50:34 +02: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:
committed by
Marius Bakke
parent
7edafc884c
commit
bbd1e4e7ed
@@ -147,6 +147,7 @@ tools have full access to view and control running applications.")
|
||||
(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
|
||||
|
||||
Reference in New Issue
Block a user