guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: cairo: Enable tee surface backend.


From: Mark H. Weaver
Subject: 02/02: gnu: cairo: Enable tee surface backend.
Date: Fri, 27 Feb 2015 00:24:05 +0000

mhw pushed a commit to branch core-updates
in repository guix.

commit 77888fae13baaaee6499908de2fd739d2a4995f5
Author: Mark H Weaver <address@hidden>
Date:   Thu Feb 26 19:21:42 2015 -0500

    gnu: cairo: Enable tee surface backend.
    
    * gnu/packages/gtk.scm (cairo)[arguments]: Add --enable-tee to
      configure-flags.
---
 gnu/packages/gtk.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index a5022ba..424b6e0 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]