mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 03:59:40 +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 @@ tools have full access to view and control running applications.")
|
||||||
(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
|
||||||
|
"--enable-xml" ;for cairo-xml support
|
||||||
"--disable-static")))
|
"--disable-static")))
|
||||||
(synopsis "2D graphics library")
|
(synopsis "2D graphics library")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Reference in a new issue