aboutsummaryrefslogtreecommitdiff
path: root/main/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* main/meson.build:121: fix typoAlexandre Jousset2023-11-131-1/+1
|
* meson: Add version detection for some dependencieshrxi2023-10-061-0/+9
|
* meson: Install more stuffhrxi2023-10-061-3/+13
| | | | | | | | | | | 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.
* Rewrite contact details dialogfiaxh2023-09-241-3/+4
|
* First steps of meson supporthrxi2023-03-241-0/+104
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.