summaryrefslogtreecommitdiff
path: root/meson_options.txt
Commit message (Collapse)AuthorAgeFilesLines
* meson: use underscore as a separator in build optionsChristoph Reiter2019-01-071-4/+4
| | | | This is what https://wiki.gnome.org/Initiatives/GnomeGoals/MesonPorting suggests.
* meson: warn that not all tests will be run if building without cairo/doctoolChristoph Reiter2019-01-061-1/+1
|
* meson: disable doctool by defaultChristoph Reiter2019-01-031-1/+1
| | | | To unbreak continuous
* meson: add option 'gir-dir-prefix'Kai Kang2018-10-081-0/+4
| | | | | | | Add option 'gir-dir-prefix' for meson to make the installation path of .gir files could be configured which has been done for autoconf. Signed-off-by: Kai Kang <kai.kang@windriver.com>
* meson: Add a "python" option to make the python to build against configurableChristoph Reiter2018-07-111-0/+4
| | | | | | | | This allows us to build with Python 2 and run tests with it. This requires the new "python" meson module which was added in 0.46.0 so bump the required meson version (glib needs a newer one anyway). Also fixes a small test error under Python 2.
* meson: Remove gir_build hack optionNirbheek Chauhan2018-03-101-4/+0
| | | | | gir generation now works in-tree, so we do not need to bootstrap g-i by installing to a prefix first.
* meson: Set default values for some optionsNirbheek Chauhan2018-03-101-3/+3
|
* Allow setting custom cairo-gobject libnamePatrick Griffis2018-03-101-0/+4
|
* Build docsPatrick Griffis2018-03-101-0/+4
|
* Declaration to export functions in girepository.dll/.lib, flag for skipping ↵Danny 'Guru' Forghieri2018-03-101-0/+4
| | | | the build of the gir files.
* Initial work on meson portPatrick Griffis2018-03-101-0/+11