summaryrefslogtreecommitdiff
path: root/gnu/packages/gtk.scm
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2015-02-26 19:21:42 -0500
committerMark H Weaver <mhw@netris.org>2015-02-26 19:22:57 -0500
commit77888fae13baaaee6499908de2fd739d2a4995f5 (patch)
tree10c767dd70be128588bf5d84b5bc3d5c8691406d /gnu/packages/gtk.scm
parente5718ca1e65c75ca584ca383f8931e62d7180f80 (diff)
downloadpatches-77888fae13baaaee6499908de2fd739d2a4995f5.tar
patches-77888fae13baaaee6499908de2fd739d2a4995f5.tar.gz
gnu: cairo: Enable tee surface backend.
* gnu/packages/gtk.scm (cairo)[arguments]: Add --enable-tee to configure-flags.
Diffstat (limited to 'gnu/packages/gtk.scm')
-rw-r--r--gnu/packages/gtk.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index a5022ba116..424b6e0f87 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -102,7 +102,8 @@ tools have full access to view and control running applications.")
`(("pkg-config" ,pkg-config)
("python" ,python-wrapper)))
(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
(synopsis "2D graphics library")
(description
"Cairo is a 2D graphics library with support for multiple output devices.