From 1996a17afee13ef605d1459ebc3fc44a663bd879 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Fri, 7 Apr 2023 22:01:26 +0200 Subject: [PATCH] Fix accountsservice dependencies Vala is now recommended, and three python modules are needed for tests. Prompted by a report by "revkarol" on blfs-support. --- general/sysutils/accountsservice.xml | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/general/sysutils/accountsservice.xml b/general/sysutils/accountsservice.xml index cfbabbc383..61dd4e93e7 100644 --- a/general/sysutils/accountsservice.xml +++ b/general/sysutils/accountsservice.xml @@ -80,16 +80,24 @@ Recommended - and + , - (runtime) + (runtime), and + Optional and + + + Optional (for tests) + + (for running more tests), + , and + @@ -158,7 +166,19 @@ ninja : This switch enables building - the D-Bus interface API documentation. + the D-Bus interface API documentation (needs ). + + + + : This switch enables building + the libaccountsservice API documentation (needs + ). + + + + : This switch disables building + the vala bindings. Use it if you have not installed + .