guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: cairo: Add support for XML.


From: guix-commits
Subject: branch core-updates updated: gnu: cairo: Add support for XML.
Date: Fri, 14 Feb 2020 13:17:39 -0500

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/core-updates by this push:
     new bbd1e4e  gnu: cairo: Add support for XML.
bbd1e4e is described below

commit bbd1e4e7ed0d6d2ff23f3bedd94641d5ad527d3e
Author: Alexandros Theodotou <address@hidden>
AuthorDate: Sun Feb 2 16:26:44 2020 +0000

    gnu: cairo: Add support for XML.
    
    * gnu/packages/gtk.scm (cairo)[arguments]: Add enable-xml flag.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 gnu/packages/gtk.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index bc396a2..e5064a7 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



reply via email to

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