The At-Spi2 Core package contains a comprehensive accessibility framework for the Assistive Technologies available on the GNOME platform. This includes a set of interfaces which are implemented by other toolkits and applications.
This package is known to build and work properly using an LFS 13.0 platform.
Download (HTTP): https://download.gnome.org/sources/at-spi2-core/2.58/at-spi2-core-2.58.3.tar.xz
Download MD5 sum: c47de3dd660898276f1098ad1fee1bd2
Download size: 572 KB
Estimated disk space required: 22 MB (with tests)
Estimated build time: 0.5 SBU (with tests)
dbus-1.16.2, GLib-2.86.4 (GObject Introspection required for GNOME), gsettings-desktop-schemas-49.1 (Runtime), and Xorg Libraries
Install At-Spi2 Core by running the following commands:
mkdir build &&
cd build &&
meson setup .. \
--prefix=/usr \
--buildtype=release \
-D gtk2_atk_adaptor=false &&
ninja
Now, as the root user:
ninja install
The test suite requires the glib schemas of the package to be installed already. The tests also need to run in a graphical environment. Now that the package is installed, test the results by issuing: dbus-run-session ninja test.
--buildtype=release:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.
-D docs=true: Use this switch if you
want to build the documentation. Note that you must have both
Gi-DocGen-2026.1 and sphinx-9.1.0 installed on your system.
-D gtk2_atk_adaptor=false:
This switch disables building the GTK+-2 module for this package.