guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gdk-pixbuf: Enable Xlib rendering support.


From: ???
Subject: 01/01: gnu: gdk-pixbuf: Enable Xlib rendering support.
Date: Sun, 01 Feb 2015 05:19:02 +0000

iyzsong pushed a commit to branch master
in repository guix.

commit 48f46dc379c85ab02cb7a74ab6e32547f3285397
Author: 宋文武 <address@hidden>
Date:   Sun Feb 1 13:14:53 2015 +0800

    gnu: gdk-pixbuf: Enable Xlib rendering support.
    
    * gnu/packages/gtk.scm (gdk-pixbuf)[arguments]: New field.
      [inputs]: Add LIBX11.
---
 gnu/packages/gtk.scm |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 6bd4e36..da39047 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -277,12 +277,15 @@ printing and other features typical of a source code 
editor.")
              (base32
               "1kajvfckn88bzcdnl73b933gmjhwjm3dhsj1yrpixhfsc4y5x9r5"))))
    (build-system gnu-build-system)
+   (arguments
+    '(#:configure-flags '("--with-x11")))
    (propagated-inputs ; required by gdk-pixbuf-2.0.pc
     `(("glib" ,glib)
       ("libpng" ,libpng)))
    (inputs
     `(("libjpeg" ,libjpeg)
-      ("libtiff" ,libtiff)))
+      ("libtiff" ,libtiff)
+      ("libx11"  ,libx11)))
    (native-inputs
      `(("pkg-config" ,pkg-config)
        ("glib" ,glib "bin")                               ; glib-mkenums, etc.



reply via email to

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