mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 00:26:33 +01:00
gnu: colord: Install vapi files.
* gnu/packages/gnome.scm (colord)[arguments]: Enable vapi. [native-inputs]: Add vala.
This commit is contained in:
parent
6f20e2dc90
commit
dac26e22f8
1 changed files with 3 additions and 1 deletions
|
@ -3047,6 +3047,7 @@ (define-public colord
|
||||||
"-Dbash_completion=false"
|
"-Dbash_completion=false"
|
||||||
"-Ddaemon_user=colord"
|
"-Ddaemon_user=colord"
|
||||||
"-Dsane=true"
|
"-Dsane=true"
|
||||||
|
"-Dvapi=true"
|
||||||
;; Requires spotread.
|
;; Requires spotread.
|
||||||
"-Dargyllcms_sensor=false"
|
"-Dargyllcms_sensor=false"
|
||||||
;; TODO: Requires docbook2x.
|
;; TODO: Requires docbook2x.
|
||||||
|
@ -3065,7 +3066,8 @@ (define-public colord
|
||||||
("gtk-doc" ,gtk-doc)
|
("gtk-doc" ,gtk-doc)
|
||||||
("intltool" ,intltool)
|
("intltool" ,intltool)
|
||||||
("libtool" ,libtool)
|
("libtool" ,libtool)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)
|
||||||
|
("vala" ,vala)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
;; colord.pc refers to all these.
|
;; colord.pc refers to all these.
|
||||||
`(("glib" ,glib)
|
`(("glib" ,glib)
|
||||||
|
|
Loading…
Reference in a new issue