summaryrefslogtreecommitdiff
path: root/subprojects
Commit message (Collapse)AuthorAgeFilesLines
* meson: bump minimum meson version to 0.53.0 and update subprojectsChristoph Reiter2023-01-272-2/+5
| | | | | | | | | 0.53.0 targets Ubuntu 20.04, also matches what pycairo needs currently. Update the libffi wrap to match what glib uses (the old one no longer works with current glib) And target pycairo main (we target main for everything else too..)
* Rename GObject Introspection development branchEmmanuele Bassi2022-02-171-1/+1
| | | | | GObject Introspection renamed its default development branch to "main".
* ci: Limit depth of subprojects when cloningPhilip Withnall2021-06-074-0/+4
| | | | | | | | | Use the depth= argument from Meson 0.52 to limit the clone depth of subprojects to 1. This should make the CI images a little smaller, and reduce the bandwidth required to build them (although that’s not so important because it only happens once every few months). Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
* subprojects: Use GLib main branchPhilip Withnall2021-06-071-1/+1
| | | | | | | | GLib upstream has renamed its `master` branch to `main`. See https://gitlab.gnome.org/GNOME/glib/-/issues/2348. Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
* meson: track pycairo-1.18 branch in the pycairo subprojectChristoph Reiter2020-01-241-1/+1
| | | | It still supports Python 2
* glib.wrap: Update urlsCarlos Soriano2018-07-221-2/+2
| | | No idea for what this is used, but the urls needs update.
* Update gitignore to ignore the pycairo subprojectChristoph Reiter2018-06-241-0/+1
|
* meson: support building pycairo as a subprojectChristoph Reiter2018-06-241-0/+4
|
* meson: remove subprojects we don't useChristoph Reiter2018-05-063-10/+0
|
* Add meson build definitionsMathieu Duponchelle2018-04-206-0/+27