[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/64: gnu: libwacom: Propagate glib input.
From: |
Andy Wingo |
Subject: |
03/64: gnu: libwacom: Propagate glib input. |
Date: |
Thu, 18 Feb 2016 20:55:47 +0000 |
wingo pushed a commit to branch wip-xorg-server-1.18
in repository guix.
commit 1921a38c3a9047395cecd83b9ded6ba5c38feee8
Author: Andy Wingo <address@hidden>
Date: Thu Feb 18 20:58:18 2016 +0100
gnu: libwacom: Propagate glib input.
* gnu/packages/xdisorg.scm (libwacom): Propagate glib input.
---
gnu/packages/xdisorg.scm | 16 +++++++++-------
1 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 5ca203e..84d1ded 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -626,19 +626,21 @@ Escape key when Left Control is pressed and released on
its own.")
(native-inputs
`(("pkg-config" ,pkg-config)))
(inputs
- `(("glib" ,glib)
- ("gtk+" ,gtk+)
+ `(("gtk+" ,gtk+)
("libgudev" ,libgudev)
("eudev" ,eudev)
("libxml2" ,libxml2)))
+ (propagated-inputs
+ ;; libwacom includes header files that include GLib, and libinput uses
+ ;; those header files.
+ `(("glib" ,glib)))
(home-page "http://linuxwacom.sourceforge.net/")
(synopsis "Helper library for Wacom tablet settings")
(description
- "Libwacom is a library to help implement Wacom tablet settings. It
-is intended to be used by client-programs that need model identification. It
-is already being used by the gnome-settings-daemon and the GNOME 3.4 Control
-Center Wacom tablet applet. In the future, the xf86-input-wacom driver may
-use it as well.")
+ "Libwacom is a library to help implement Wacom tablet settings. It is
+intended to be used by client-programs that need model identification. It is
+already being used by the gnome-settings-daemon and the GNOME Control Center
+Wacom tablet applet.")
(license license:x11)))
(define-public xf86-input-wacom
- branch wip-xorg-server-1.18 created (now b58c3fe), Andy Wingo, 2016/02/18
- 01/64: gnu-maintenance: Add X.org updater., Andy Wingo, 2016/02/18
- 02/64: gnu: mesa: Update to 11.0.9., Andy Wingo, 2016/02/18
- 03/64: gnu: libwacom: Propagate glib input.,
Andy Wingo <=
- 04/64: gnu: libinput: Update to 1.1.902., Andy Wingo, 2016/02/18
- 05/64: gnu: bdftopcf: Update to 1.0.5., Andy Wingo, 2016/02/18
- 06/64: gnu: font-util: Update to 1.3.1., Andy Wingo, 2016/02/18
- 07/64: gnu: iceauth: Update to 1.0.7., Andy Wingo, 2016/02/18
- 08/64: gnu: kbproto: Update to 1.0.7., Andy Wingo, 2016/02/18
- 09/64: gnu: libxshmfence: Update to 1.2., Andy Wingo, 2016/02/18
- 10/64: gnu: libfontenc: Update to 1.1.3., Andy Wingo, 2016/02/18
- 11/64: gnu: libfs: Update to 1.0.7., Andy Wingo, 2016/02/18
- 12/64: gnu: libxdmcp: Update to 1.1.2., Andy Wingo, 2016/02/18
- 13/64: gnu: libxkbfile: Update to 1.0.9., Andy Wingo, 2016/02/18