aboutsummaryrefslogtreecommitdiff
path: root/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* rtp plugin doesn't depend on GnuTLShrxi2023-11-131-9/+1
|
* meson: Add RTP options that are also present in the CMakeLists.txthrxi2023-10-061-1/+1
|
* meson: Allow enabling/disabling pluginshrxi2023-10-061-15/+35
|
* meson: Add rtp pluginhrxi2023-10-061-1/+7
|
* meson: Add omemo pluginhrxi2023-10-061-0/+5
|
* meson: Add ice pluginhrxi2023-10-061-0/+2
|
* meson: Add crypto-vala libraryhrxi2023-10-061-0/+3
|
* meson: Add notification-sound pluginhrxi2023-10-061-0/+1
|
* meson: Add openpgp pluginhrxi2023-10-061-0/+1
|
* meson: Add http-files pluginhrxi2023-10-061-0/+2
|
* meson: Install more stuffhrxi2023-10-061-0/+2
| | | | | | | | | | | Install .vapi, .deps, .h files for the Vala libraries. Also install the data files. .deps files have to be manually generated, there's a feature request for automated generation at https://github.com/mesonbuild/meson/issues/9756. Import the gnome module globally. Install dependencies on Meson CI.
* First steps of meson supporthrxi2023-03-241-0/+23
Basic configuration of qlite, xmpp-vala, the Dino library and the Dino application are supported. There's no support for the plugins. This e.g. enables using the Vala language server.