Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | meson: Add RTP options that are also present in the CMakeLists.txt | hrxi | 2023-10-06 | 1 | -1/+1 |
| | |||||
* | meson: Allow enabling/disabling plugins | hrxi | 2023-10-06 | 1 | -15/+35 |
| | |||||
* | meson: Add rtp plugin | hrxi | 2023-10-06 | 1 | -1/+7 |
| | |||||
* | meson: Add omemo plugin | hrxi | 2023-10-06 | 1 | -0/+5 |
| | |||||
* | meson: Add ice plugin | hrxi | 2023-10-06 | 1 | -0/+2 |
| | |||||
* | meson: Add crypto-vala library | hrxi | 2023-10-06 | 1 | -0/+3 |
| | |||||
* | meson: Add notification-sound plugin | hrxi | 2023-10-06 | 1 | -0/+1 |
| | |||||
* | meson: Add openpgp plugin | hrxi | 2023-10-06 | 1 | -0/+1 |
| | |||||
* | meson: Add http-files plugin | hrxi | 2023-10-06 | 1 | -0/+2 |
| | |||||
* | meson: Install more stuff | hrxi | 2023-10-06 | 1 | -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 support | hrxi | 2023-03-24 | 1 | -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. |