An open API service indexing awesome lists of open source software.

https://github.com/elementary/switchboard-plug-bluetooth

Switchboard Bluetooth Plug
https://github.com/elementary/switchboard-plug-bluetooth

bluetooth gtk gtk4 hacktoberfest meson pantheon switchboard vala

Last synced: 3 months ago
JSON representation

Switchboard Bluetooth Plug

Awesome Lists containing this project

README

          

# Bluetooth Settings
[![Translation status](https://l10n.elementary.io/widgets/switchboard/-/switchboard-plug-bluetooth/svg-badge.svg)](https://l10n.elementary.io/engage/switchboard/?utm_source=widget)

![screenshot](data/screenshot.png?raw=true)

## Building and Installation

You'll need the following dependencies:

* libadwaita-1-dev >=1.4.0
* libgranite-7-dev >=7.4.0
* libgtk-4-dev
* libswitchboard-3-dev
* meson
* valac

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

meson build --prefix=/usr
cd build
ninja

To install, use `ninja install`

sudo ninja install