diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-24 04:52:15 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-24 05:52:14 +0200 |
commit | dac26e22f8123e5515583a4cc2462e2a9c7a5a81 (patch) | |
tree | ddc5dbd4448d4ae9c24d0422bef8378ee5b5c717 /gnu | |
parent | 6f20e2dc907c2e70c5da123fcf672250877f078e (diff) | |
download | patches-dac26e22f8123e5515583a4cc2462e2a9c7a5a81.tar patches-dac26e22f8123e5515583a4cc2462e2a9c7a5a81.tar.gz |
gnu: colord: Install vapi files.
* gnu/packages/gnome.scm (colord)[arguments]: Enable vapi.
[native-inputs]: Add vala.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index faaf0a589b..241982807b 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3047,6 +3047,7 @@ keyboard shortcuts.") "-Dbash_completion=false" "-Ddaemon_user=colord" "-Dsane=true" + "-Dvapi=true" ;; Requires spotread. "-Dargyllcms_sensor=false" ;; TODO: Requires docbook2x. @@ -3065,7 +3066,8 @@ keyboard shortcuts.") ("gtk-doc" ,gtk-doc) ("intltool" ,intltool) ("libtool" ,libtool) - ("pkg-config" ,pkg-config))) + ("pkg-config" ,pkg-config) + ("vala" ,vala))) (propagated-inputs ;; colord.pc refers to all these. `(("glib" ,glib) |