[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/75: gnu: libwacom: Propagate glib input.
From: |
Mark H. Weaver |
Subject: |
13/75: gnu: libwacom: Propagate glib input. |
Date: |
Wed, 24 Feb 2016 16:51:31 +0000 |
mhw pushed a commit to branch media-updates
in repository guix.
commit 34efce4ff44722f9ccd91d35f3c215a852451df1
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
- branch media-updates created (now 79fd74f), Mark H. Weaver, 2016/02/24
- 01/75: gnu: pulseaudio: Update to 8.0., Mark H. Weaver, 2016/02/24
- 05/75: gnu: gst-plugins-ugly: Update to 1.6.3., Mark H. Weaver, 2016/02/24
- 12/75: gnu: mesa: Update to 11.0.9., Mark H. Weaver, 2016/02/24
- 08/75: gnu: gst-plugins-base: Use 'modify-phases'., Mark H. Weaver, 2016/02/24
- 02/75: gnu: gstreamer: Update to 1.6.3., Mark H. Weaver, 2016/02/24
- 04/75: gnu: gst-plugins-good: Update to 1.6.3., Mark H. Weaver, 2016/02/24
- 14/75: gnu: libinput: Update to 1.1.902., Mark H. Weaver, 2016/02/24
- 17/75: gnu: iceauth: Update to 1.0.7., Mark H. Weaver, 2016/02/24
- 15/75: gnu: bdftopcf: Update to 1.0.5., Mark H. Weaver, 2016/02/24
- 13/75: gnu: libwacom: Propagate glib input.,
Mark H. Weaver <=
- 20/75: gnu: libfontenc: Update to 1.1.3., Mark H. Weaver, 2016/02/24
- 07/75: gnu: Add gst-plugins-bad., Mark H. Weaver, 2016/02/24
- 19/75: gnu: libxshmfence: Update to 1.2., Mark H. Weaver, 2016/02/24
- 23/75: gnu: libxkbfile: Update to 1.0.9., Mark H. Weaver, 2016/02/24
- 22/75: gnu: libxdmcp: Update to 1.1.2., Mark H. Weaver, 2016/02/24
- 03/75: gnu: gst-plugins-base: Update to 1.6.3., Mark H. Weaver, 2016/02/24
- 10/75: gnu: libvpx: Use 'modify-phases'., Mark H. Weaver, 2016/02/24
- 06/75: gnu: gst-libav: Update to 1.6.3., Mark H. Weaver, 2016/02/24
- 27/75: gnu: setxkbmap: Update to 1.3.1., Mark H. Weaver, 2016/02/24
- 26/75: gnu: sessreg: Update to 1.1.0., Mark H. Weaver, 2016/02/24