summaryrefslogtreecommitdiff
path: root/meson_options.txt
Commit message (Collapse)AuthorAgeFilesLines
* Switch to libsoup3 by defaultmcatanzaro/soup3-defaultMichael Catanzaro2022-06-221-1/+1
| | | | Fixes #177
* Port to libsoup3Daniel Kolesa2021-11-101-0/+2
|
* build: Allow disabling the tests and toolsEmmanuele Bassi2021-10-161-0/+2
| | | | | Projects that depend on libgweather and build it as part of their Flatpak manifest should have the option to skip building the tests.
* Remove GTK3 widgetsEmmanuele Bassi2021-10-131-2/+0
| | | | | | | | | The GTK3 widgets cannot exist in the same process as other versions of GTK, which means applications cannot port to GTK4 and link to libgweather. If we want to add GTK widgets back to libgweather we are going to do so in a separate shared library, with a separate namespace.
* build: Build the documentation by defaultEmmanuele Bassi2021-10-131-1/+1
| | | | | Now that it's fast and does not have a lot of extra dependencies, we can build the libgweather API reference by default.
* build: Add option to disable introspectionEmmanuele Bassi2021-10-131-0/+2
| | | | | | | | | When building libgweather as a subproject or as a Flatpak module we may want to disable generating the introspection data if we know we're only ever going to consume the C API. Disabling introspection will disable the documentation and the VAPI file generation as a side effect.
* Update option names to conform to the guidelinesGiovanni Campagna2017-11-261-4/+6
| | | | And make gtk-doc optional
* Add support for the meson build systemGiovanni Campagna2017-11-261-0/+8