[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/74: gnu: libwacom: Propagate glib input.
From: |
Mark H. Weaver |
Subject: |
13/74: gnu: libwacom: Propagate glib input. |
Date: |
Mon, 22 Feb 2016 16:14:05 +0000 |
mhw pushed a commit to branch media-updates
in repository guix.
commit 73f8b71f01b335d6447473d7cbfa5539df58dbbe
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 46fccfe..f01e17a 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
- 10/74: gnu: libvpx: Use 'modify-phases'., (continued)
- 10/74: gnu: libvpx: Use 'modify-phases'., Mark H. Weaver, 2016/02/22
- 07/74: gnu: Add gst-plugins-bad., Mark H. Weaver, 2016/02/22
- 18/74: gnu: kbproto: Update to 1.0.7., Mark H. Weaver, 2016/02/22
- 12/74: gnu: mesa: Update to 11.0.9., Mark H. Weaver, 2016/02/22
- 17/74: gnu: iceauth: Update to 1.0.7., Mark H. Weaver, 2016/02/22
- 16/74: gnu: font-util: Update to 1.3.1., Mark H. Weaver, 2016/02/22
- 22/74: gnu: libxdmcp: Update to 1.1.2., Mark H. Weaver, 2016/02/22
- 21/74: gnu: libfs: Update to 1.0.7., Mark H. Weaver, 2016/02/22
- 15/74: gnu: bdftopcf: Update to 1.0.5., Mark H. Weaver, 2016/02/22
- 14/74: gnu: libinput: Update to 1.1.902., Mark H. Weaver, 2016/02/22
- 13/74: gnu: libwacom: Propagate glib input.,
Mark H. Weaver <=
- 11/74: gnu-maintenance: Add X.org updater., Mark H. Weaver, 2016/02/22
- 23/74: gnu: libxkbfile: Update to 1.0.9., Mark H. Weaver, 2016/02/22
- 24/74: gnu: mkfontscale: Update to 1.1.2., Mark H. Weaver, 2016/02/22
- 25/74: gnu: randrproto: Update to 1.5.0., Mark H. Weaver, 2016/02/22
- 35/74: gnu: xf86-input-libinput: Update to 0.16.0., Mark H. Weaver, 2016/02/22
- 31/74: gnu: xdpyinfo: Update to 1.3.2., Mark H. Weaver, 2016/02/22
- 04/74: gnu: gst-plugins-good: Update to 1.6.3., Mark H. Weaver, 2016/02/22
- 37/74: gnu: xf86-input-synaptics: Update to 1.8.3., Mark H. Weaver, 2016/02/22
- 28/74: gnu: smproxy: Update to 1.0.6., Mark H. Weaver, 2016/02/22
- 20/74: gnu: libfontenc: Update to 1.1.3., Mark H. Weaver, 2016/02/22