gnu: libwacom: Propagate glib input.

* gnu/packages/xdisorg.scm (libwacom): Propagate glib input.
This commit is contained in:
Andy Wingo 2016-02-18 20:58:18 +01:00 committed by Mark H Weaver
parent ffc959939f
commit 34efce4ff4
1 changed files with 9 additions and 7 deletions

View File

@ -626,19 +626,21 @@ Escape key when Left Control is pressed and released on its own.")
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))
(inputs (inputs
`(("glib" ,glib) `(("gtk+" ,gtk+)
("gtk+" ,gtk+)
("libgudev" ,libgudev) ("libgudev" ,libgudev)
("eudev" ,eudev) ("eudev" ,eudev)
("libxml2" ,libxml2))) ("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/") (home-page "http://linuxwacom.sourceforge.net/")
(synopsis "Helper library for Wacom tablet settings") (synopsis "Helper library for Wacom tablet settings")
(description (description
"Libwacom is a library to help implement Wacom tablet settings. It "Libwacom is a library to help implement Wacom tablet settings. It is
is intended to be used by client-programs that need model identification. It intended to be used by client-programs that need model identification. It is
is already being used by the gnome-settings-daemon and the GNOME 3.4 Control already being used by the gnome-settings-daemon and the GNOME Control Center
Center Wacom tablet applet. In the future, the xf86-input-wacom driver may Wacom tablet applet.")
use it as well.")
(license license:x11))) (license license:x11)))
(define-public xf86-input-wacom (define-public xf86-input-wacom