summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2023-08-15 12:17:55 -0400
committerMike Gilbert <floppym@gentoo.org>2023-08-15 12:20:57 -0400
commitb0db8cc7a8abd39325fd32d7184f3e77d3de6058 (patch)
treeee21be623a58732073f48db26d99e37630883e03 /sys-apps/accountsservice
parentx11-misc/xscreensaver: add logind-idle-hint USE flag (diff)
downloadgentoo-b0db8cc7a8abd39325fd32d7184f3e77d3de6058.tar.gz
gentoo-b0db8cc7a8abd39325fd32d7184f3e77d3de6058.tar.bz2
gentoo-b0db8cc7a8abd39325fd32d7184f3e77d3de6058.zip
sys-apps/accountsservice: depend on sys-apps/dbus
As reported by dwfreed: meson.build:167:11: ERROR: Dependency "dbus-1" not found, tried pkgconfig and cmake Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-apps/accountsservice')
-rw-r--r--sys-apps/accountsservice/accountsservice-23.13.9.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-apps/accountsservice/accountsservice-23.13.9.ebuild b/sys-apps/accountsservice/accountsservice-23.13.9.ebuild
index c53af7eb9bda..dad99e616477 100644
--- a/sys-apps/accountsservice/accountsservice-23.13.9.ebuild
+++ b/sys-apps/accountsservice/accountsservice-23.13.9.ebuild
@@ -25,7 +25,9 @@ CDEPEND="
introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
systemd? ( >=sys-apps/systemd-186:0= )
"
-DEPEND="${CDEPEND}"
+DEPEND="${CDEPEND}
+ sys-apps/dbus
+"
BDEPEND="
dev-libs/libxslt
dev-util/gdbus-codegen