Install procedure
-----------------

tar -xJf at-spi2-core-2.34.0.tar.xz                      # unpack the sources
        % cd at-spi2-core-2.34.0                         # change to the toplevel directory
mkdir build                                              # create a build directory
meson ..                                                 # configure
ninja                                                    # build at-spi2-core

        [ Become root if necessary ]
ninja install                                            # install at-spi2-core

Requirements
------------

Packages with local machine architecture:
meson
ninja
pkg-config
gobject-introspection
gtk-doc (for generation of documentation)

Packages with target architecture:
        glib
        dbus
libX11, libXtst, libXi (for X11 support)
