From 08806af6b19a03fb3367fe187fa6502de455a7a2 Mon Sep 17 00:00:00 2001 From: Timothy Sample Date: Thu, 18 Nov 2021 00:14:07 -0500 Subject: gnu: colord: Enable Vala bindings. * gnu/packages/gnome.scm (colord)[arguments]: Add "-Dvapi=true" to [native-inputs]: Add vala. --- gnu/packages/gnome.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gnu/packages/gnome.scm') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index a47eec2c9d..e1b45388fd 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5370,7 +5370,8 @@ output devices.") (use-modules (srfi srfi-1)) (append '("-Dbash_completion=true" "-Ddocs=true" - "-Dman=true") + "-Dman=true" + "-Dvapi=true") (fold delete ,flags '("-Dbash_completion=false" "-Ddocs=false" "-Dman=false"))))) @@ -5389,7 +5390,8 @@ output devices.") ("docbook-xsl-ns" ,docbook-xsl-ns) ("gtk-doc" ,gtk-doc/stable) ("libxml2" ,libxml2) ;for XML_CATALOG_FILES - ("libxslt" ,libxslt)) + ("libxslt" ,libxslt) + ("vala" ,vala)) ;for VAPI, needed by simple-scan (package-native-inputs colord-minimal))))) (define-public geoclue -- cgit v1.2.3