gnu: gnome-settings-daemon: Use wacom packages.
* gnu/packages/gnome.scm (gnome-settings-daemon): Use the wacom packages. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
ab42a2a727
commit
ec2b19210f
|
@ -2148,17 +2148,7 @@ services for numerous locations.")
|
||||||
"1w29x2izq59125ga5ncmmaklc8kw7x7rdn6swn26bs23mah1r1g3"))))
|
"1w29x2izq59125ga5ncmmaklc8kw7x7rdn6swn26bs23mah1r1g3"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(;; Network manager not yet packaged.
|
||||||
(modify-phases %standard-phases
|
|
||||||
;; libwacom and xorg-wacom not yet packaged. Hackily disable by
|
|
||||||
;; pretending to be s390 (!).
|
|
||||||
(add-before
|
|
||||||
'configure 'disable-wacom
|
|
||||||
(lambda _
|
|
||||||
(substitute* "configure"
|
|
||||||
(("if test \"\\$host_cpu\" = s390 -o \"\\$host_cpu\" = s390x")
|
|
||||||
"if true")))))
|
|
||||||
;; Network manager not yet packaged.
|
|
||||||
#:configure-flags '("--disable-network-manager")
|
#:configure-flags '("--disable-network-manager")
|
||||||
;; Color management test can't reach the colord system service.
|
;; Color management test can't reach the colord system service.
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
|
@ -2186,7 +2176,10 @@ services for numerous locations.")
|
||||||
("gnome-desktop" ,gnome-desktop)
|
("gnome-desktop" ,gnome-desktop)
|
||||||
("nss" ,nss)
|
("nss" ,nss)
|
||||||
("cups" ,cups)
|
("cups" ,cups)
|
||||||
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)))
|
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
||||||
|
("libwacom" ,libwacom)
|
||||||
|
("librsvg" ,librsvg)
|
||||||
|
("xf86-input-wacom" ,xf86-input-wacom)))
|
||||||
(home-page "http://www.gnome.org")
|
(home-page "http://www.gnome.org")
|
||||||
(synopsis "GNOME settings daemon")
|
(synopsis "GNOME settings daemon")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue