summaryrefslogtreecommitdiff
path: root/meson_options.txt
Commit message (Collapse)AuthorAgeFilesLines
* meson: add tests optionFabrice Fontaine2022-06-011-0/+2
| | | | Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* meson: add vapi optionMatt Turner2022-03-261-0/+1
|
* meson: add introspection optionFabrice Fontaine2022-03-261-0/+2
| | | | | | | | Add introspection option Fix #3 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* docs: Use a more idiomatic gtk-doc set upEmmanuele Bassi2021-05-221-1/+4
| | | | | | | | | | | - look for sources in both source and build directories - depend on the built library - ignore the generated, uninstalled marshallers header - make gtk-doc track the overview.xml file - add the missing indices - add the missing symbols - use a boolean `gtk_doc` build option, like every other GNOME project
* meson: Add with-docs optionCarlos Garnacho2017-08-101-0/+1
| | | | Allows disabling the API reference docs.
* Meson build instructions for libmediaartSam Thursfield2017-08-091-0/+2
These are hopefully complete already. I have compared an Autotools-built and a Meson-built install of libmediaart and found only the following differences: * libmediaart-2.0.la isn't generated by Meson * External references in the gtk-doc documentation are relative with Meson and absolute with Autotools * Some changes in generated .vapi file and .pc file https://bugzilla.gnome.org/show_bug.cgi?id=783562