# Copyright 2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit gnome.org meson-multilib systemd virtualx xdg DESCRIPTION="D-Bus accessibility specifications and registration daemon" HOMEPAGE="https://wiki.gnome.org/Accessibility https://gitlab.gnome.org/GNOME/at-spi2-core" LICENSE="LGPL-2.1+" SLOT="2" KEYWORDS="amd64" IUSE="X dbus dbus-broker gtk-doc +introspection systemd" REQUIRED_USE="dbus-broker? ( dbus systemd )" RESTRICT="!dbus? ( test )" DEPEND=" >=dev-libs/glib-2.67.4:2[${MULTILIB_USEDEP}] dbus? ( >=sys-apps/dbus-1.5[${MULTILIB_USEDEP}] >=dev-libs/libxml2-2.9.1:2[${MULTILIB_USEDEP}] ) introspection? ( >=dev-libs/gobject-introspection-1.54.0:= ) systemd? ( sys-apps/systemd[${MULTILIB_USEDEP}] ) X? ( x11-libs/libX11[${MULTILIB_USEDEP}] x11-libs/libXtst[${MULTILIB_USEDEP}] x11-libs/libXi[${MULTILIB_USEDEP}] ) !