summaryrefslogtreecommitdiff
path: root/gnu/packages/gtk.scm
diff options
context:
space:
mode:
authorAlexandros Theodotou <alex@zrythm.org>2020-02-02 16:26:44 +0000
committerMarius Bakke <mbakke@fastmail.com>2020-02-14 19:16:33 +0100
commitbbd1e4e7ed0d6d2ff23f3bedd94641d5ad527d3e (patch)
treecbbde4feb50408f3a2f52ede49890ddb1a9215fd /gnu/packages/gtk.scm
parent7edafc884c2a21258541b17a231051702c458263 (diff)
downloadpatches-bbd1e4e7ed0d6d2ff23f3bedd94641d5ad527d3e.tar
patches-bbd1e4e7ed0d6d2ff23f3bedd94641d5ad527d3e.tar.gz
gnu: cairo: Add support for XML.
* gnu/packages/gtk.scm (cairo)[arguments]: Add enable-xml flag. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
Diffstat (limited to 'gnu/packages/gtk.scm')
-rw-r--r--gnu/packages/gtk.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index bc396a28f5..e5064a72e7 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -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