gnu: colord: Install vapi files.
authorTobias Geerinckx-Rice <me@tobias.gr>
Thu, 24 Oct 2019 02:52:15 +0000 (04:52 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Thu, 24 Oct 2019 03:52:14 +0000 (05:52 +0200)
* gnu/packages/gnome.scm (colord)[arguments]: Enable vapi.
[native-inputs]: Add vala.

gnu/packages/gnome.scm

index faaf0a5..2419828 100644 (file)
@@ -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)