aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
Commit message (Collapse)AuthorAgeFilesLines
* meson: Add RTP options that are also present in the CMakeLists.txthrxi2023-10-061-0/+6
|
* meson: Allow enabling/disabling pluginshrxi2023-10-061-0/+7
|
* meson: Install more stuffhrxi2023-10-061-1/+1
| | | | | | | | | | | 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/+1
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.