/switchboard-plug-a11y

Switchboard Universal Access Plug

Primary LanguageValaGNU General Public License v3.0GPL-3.0

Universal Access Settings

Translation status

screenshot

Building and Installation

You'll need the following dependencies:

  • libswitchboard-3-dev
  • libgranite-7-dev
  • libgtk-4-dev
  • meson
  • valac (>= 0.22)

Run meson to configure the build environment and then ninja to build

meson build --prefix=/usr
cd build
ninja

To install, use ninja install

ninja install