summaryrefslogtreecommitdiff
path: root/meson_options.txt
Commit message (Collapse)AuthorAgeFilesLines
* Make xgettext optionalXavier Claessens2022-04-241-0/+3
| | | | This copies the same logic and option from glib.
* meson: add tests optionStéphane Cerveau2020-01-091-0/+3
| | | | Give an option to meson to disable `tests` build
* Rename 'docs' option to 'gtk_doc'Xavier Claessens2019-01-071-2/+2
|
* Change introspection option to feature typeXavier Claessens2019-01-071-1/+1
|
* Refresh the build systemEmmanuele Bassi2018-03-131-1/+4
| | | | | | | | | | We should use more idiomatic Meson: - improve the coding style - ensure that the `json_glib_dep` dependency object also includes the introspection data, if enabled - add a separate option for the man page generation - ensure that json-glib can be used as a subproject
* build: Clean up configuration optionsEmmanuele Bassi2017-09-121-7/+4
| | | | | Drop the Autotool-isms, and use something more in line with what Meson expects for configuration options.
* build: Rework the introspection optionEmmanuele Bassi2017-09-051-5/+5
| | | | | | | | | | | Instead of using `disable_introspection=false`, flip the condition around, and use `enable-introspection=true`. This avoids the double negative. Additionally, we should drop the cross-compilation check; it's entirely possible to cross-compile introspection data for different platforms and architectures; this allows the Yocto project to drop a patch for JSON-GLib.
* Generate the man pages for json-glib tools in MesonEmmanuele Bassi2017-03-131-0/+3
| | | | | | A simple case of calling xsltproc with the right doctype. https://bugzilla.gnome.org/show_bug.cgi?id=773603
* Build API reference with MesonEmmanuele Bassi2017-03-131-3/+5
| | | | | | We can use the gnome module to generate the JSON-GLib API reference. https://bugzilla.gnome.org/show_bug.cgi?id=773603
* meson: Add support for building with the meson build systemThibault Saunier2017-03-131-0/+4
https://bugzilla.gnome.org/show_bug.cgi?id=773603