guix-commits
[Top][All Lists]
Advanced

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

02/15: gnu: gtk+-2: Add more inputs.


From: ???
Subject: 02/15: gnu: gtk+-2: Add more inputs.
Date: Wed, 08 Apr 2015 08:04:48 +0000

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

commit dfbce50cdf36db8fe094afc50c3a24ae3a403839
Author: 宋文武 <address@hidden>
Date:   Wed Apr 8 15:05:11 2015 +0800

    gnu: gtk+-2: Add more inputs.
    
    * gnu/packages/gtk.scm (gtk+-2)[inputs]: Add cups, libxcomposite,
      libxcursor, libxdamage, libxi, libxinerama and libxrandr.
      [native-inputs]: Add gettext.
      [arguments]: Add #:configure-flags.
---
 gnu/packages/gtk.scm |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 2ecaeb6..53d4122 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -5,6 +5,7 @@
 ;;; Copyright © 2014 Eric Bavier <address@hidden>
 ;;; Copyright © 2015 Federico Beffa <address@hidden>
 ;;; Copyright © 2015 Paul van der Walt <address@hidden>
+;;; Copyright © 2015 Sou Bunnbu <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -405,14 +406,25 @@ is part of the GNOME accessibility project.")
     `(("atk" ,atk)
       ("gdk-pixbuf" ,gdk-pixbuf)
       ("pango" ,pango)))
+   (inputs
+    `(("cups" ,cups)
+      ("libxcomposite" ,libxcomposite)
+      ("libxcursor" ,libxcursor)
+      ("libxdamage" ,libxdamage)
+      ("libxi" ,libxi)
+      ("libxinerama" ,libxinerama)
+      ("libxrandr" ,libxrandr)))
    (native-inputs
     `(("perl" ,perl)
+      ("gettext" ,gnu-gettext)
       ("glib" ,glib "bin")
       ("gobject-introspection" ,gobject-introspection)
       ("pkg-config" ,pkg-config)
       ("python-wrapper" ,python-wrapper)))
    (arguments
     `(#:make-flags '("CC=gcc")
+      #:configure-flags
+      (list "--with-xinput=yes")
       #:phases
       (alist-cons-before
        'configure 'disable-tests



reply via email to

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