summaryrefslogtreecommitdiff
path: root/meson_options.txt
Commit message (Collapse)AuthorAgeFilesLines
* meson, location-source: Allow disabling compass in buildTeemu Ikonen2021-11-281-0/+3
| | | | | | | | Add option 'compass' to meson_options.txt and set preprocessor directive GCLUE_USE_COMPASS from it. Print compass option value in build summary. Use GCLUE_USE_COMPASS in gclue-location-source.c for conditional compilation of compass functionality.
* build: add an option to build vapiAbderrahim Kitouni2021-04-141-0/+3
| | | | currently it's built if vapigen is found and skipped otherwise
* config: Make the Mozilla API key configurableJan Alexander Steffens (heftig)2019-10-011-0/+3
| | | | And do not expose it in the configuration file.
* build,meson: Remove unused debug optionZeeshan Ali2018-07-111-3/+0
| | | | meson provides the options for that.
* meson: Simpler meson optionsZeeshan Ali2018-07-091-9/+9
| | | | Remove 'enable-' prefix from most options.
* Add meson build supportZeeshan Ali2018-07-091-0/+39
During the porting I found some issues in meson that have been fixed in the git master and hence we require the upcoming release of meson: 0.47.0.